1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 02:44:01 +00:00

[CL-377] Fix extension style conflict for input background (#10351)

This commit is contained in:
Victoria League
2024-08-01 10:29:55 -04:00
committed by GitHub
parent 45542438cf
commit a37f91277c

View File

@@ -83,9 +83,9 @@ a:not(popup-page a, popup-tab-navigation a) {
}
}
input,
select,
textarea {
input:not(bit-form-field input),
select:not(bit-form-field select),
textarea:not(bit-form-field textarea) {
@include themify($themes) {
color: themed("textColor");
background-color: themed("inputBackgroundColor");
@@ -286,7 +286,7 @@ header:not(bit-callout header, bit-dialog header, popup-page header) {
}
}
input {
input:not(bit-form-field input) {
width: 100%;
margin: 0;
border: none;