From b28e778ba653631088df3fb733506f9a2ffbc607 Mon Sep 17 00:00:00 2001 From: Victoria League Date: Wed, 9 Oct 2024 16:35:01 -0400 Subject: [PATCH] [CL-472] Fix search background color in extension (#11466) --- apps/browser/src/popup/scss/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/popup/scss/base.scss b/apps/browser/src/popup/scss/base.scss index 0e5d5873e9b..4c80cafad29 100644 --- a/apps/browser/src/popup/scss/base.scss +++ b/apps/browser/src/popup/scss/base.scss @@ -83,7 +83,7 @@ a:not(popup-page a, popup-tab-navigation a) { } } -input:not(bit-form-field input), +input:not(bit-form-field input, bit-search input), select:not(bit-form-field select), textarea:not(bit-form-field textarea) { @include themify($themes) {