mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
apply fix to nord theme also
This commit is contained in:
@@ -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
|
// 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);
|
background-color: adjust-color(map-get(map-get($themes, dark), inputBackgroundColor), +1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user