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