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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user