mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-21 21:11:35 +01:00
Apply fix to all themes
This commit is contained in:
parent
809e2b68d1
commit
b63074f00d
@ -341,6 +341,8 @@ input[type="password"]::-ms-reveal {
|
|||||||
|
|
||||||
// Workaround for rendering error in Firefox sidebar
|
// Workaround for rendering error in Firefox sidebar
|
||||||
// option elements will not render background-color correctly if identical to parent background-color
|
// option elements will not render background-color correctly if identical to parent background-color
|
||||||
html.theme_dark select option, html.theme_nord select option {
|
select option {
|
||||||
background-color: adjust-color(map-get(map-get($themes, dark), inputBackgroundColor), +1);
|
@include themify($themes) {
|
||||||
|
background-color: adjust-color(themed('inputBackgroundColor'), +1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user