1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[CL-530] Exclude CL inputs from global desktop css (#13254)

This commit is contained in:
Vicki League
2025-02-05 09:21:16 -05:00
committed by GitHub
parent ee70c67fce
commit 4db2a5dfc6

View File

@@ -66,9 +66,9 @@ a {
}
}
input,
input:not(bit-form-field input),
select,
textarea {
textarea:not(bit-form-field textarea) {
@include themify($themes) {
color: themed("textColor");
background-color: themed("inputBackgroundColor");