From fa7af7da9d770d5e790944d421dc0a30f0da84b1 Mon Sep 17 00:00:00 2001 From: Chris Villa Date: Mon, 9 Oct 2023 18:30:48 +0100 Subject: [PATCH] fix: prevent style pollution for select fields --- packages/core/components/InputOrGroup/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/components/InputOrGroup/styles.module.css b/packages/core/components/InputOrGroup/styles.module.css index 6dc1a882f6..330fee868a 100644 --- a/packages/core/components/InputOrGroup/styles.module.css +++ b/packages/core/components/InputOrGroup/styles.module.css @@ -46,7 +46,7 @@ width: 100%; } -.Input select { +.Input select.Input-input { /* Safari */ appearance: none; background: url("data:image/svg+xml;utf8,")