mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-26 22:01:32 +01:00
Revert hack to fix appearance in FF sidebar (#2218)
Bug fixed upstream in FF 90
This commit is contained in:
parent
559be594d6
commit
d7a72b66ff
@ -360,14 +360,6 @@ 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: darken(themed('inputBackgroundColor'), +1);
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround for slow performance on external monitors on Chrome + MacOS
|
||||
// See: https://bugs.chromium.org/p/chromium/issues/detail?id=971701#c64
|
||||
@keyframes redraw {
|
||||
|
Loading…
Reference in New Issue
Block a user