mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[CL-530] Exclude CL inputs from global desktop css (#13254)
This commit is contained in:
@@ -66,9 +66,9 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input,
|
input:not(bit-form-field input),
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea:not(bit-form-field textarea) {
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed("textColor");
|
color: themed("textColor");
|
||||||
background-color: themed("inputBackgroundColor");
|
background-color: themed("inputBackgroundColor");
|
||||||
|
|||||||
Reference in New Issue
Block a user