diff --git a/apps/browser/src/popup/scss/misc.scss b/apps/browser/src/popup/scss/misc.scss index 57bd3e010c8..f61d593c43f 100644 --- a/apps/browser/src/popup/scss/misc.scss +++ b/apps/browser/src/popup/scss/misc.scss @@ -306,7 +306,7 @@ input[type="password"]::-ms-reveal { // contrast against the background, so its inversion is also still readable) // and suppress user selection for most elements (to make it more app-like) -::selection { +:not(bit-form-field input)::selection { @include themify($themes) { color: themed("backgroundColor"); background-color: themed("primaryAccentColor"); diff --git a/libs/components/src/form-field/form-field.component.html b/libs/components/src/form-field/form-field.component.html index f19a7cf7664..d2771f42465 100644 --- a/libs/components/src/form-field/form-field.component.html +++ b/libs/components/src/form-field/form-field.component.html @@ -75,20 +75,15 @@
-
+