mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
apply fix to nord theme also
This commit is contained in:
parent
7c0423a1c0
commit
809e2b68d1
@ -339,8 +339,8 @@ input[type="password"]::-ms-reveal {
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround for rendering error in Firefox sidebar when in dark mode
|
||||
// Workaround for rendering error in Firefox sidebar
|
||||
// option elements will not render background-color correctly if identical to parent background-color
|
||||
html.theme_dark select option {
|
||||
html.theme_dark select option, html.theme_nord select option {
|
||||
background-color: adjust-color(map-get(map-get($themes, dark), inputBackgroundColor), +1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user