mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-23 21:31:29 +01:00
Merge pull request #1758 from bitwarden/fix-sidebar-option-css
Fix bgcolor of option els when in FF sidebar
This commit is contained in:
commit
be79ef8981
@ -348,3 +348,11 @@ input[type="password"]::-ms-reveal {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Workaround for rendering error in Firefox sidebar
|
||||||
|
// option elements will not render background-color correctly if identical to parent background-color
|
||||||
|
select option {
|
||||||
|
@include themify($themes) {
|
||||||
|
background-color: adjust-color(themed('inputBackgroundColor'), +1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user