Revert hack to fix appearance in FF sidebar (#2218)

Bug fixed upstream in FF 90
This commit is contained in:
Thomas Rittson 2021-12-10 18:10:39 +10:00 committed by GitHub
parent 559be594d6
commit d7a72b66ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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 {