fix flicker when hovering buttons in popup [Firefox]

This commit is contained in:
tophf 2021-06-29 05:53:08 +03:00
parent ada46e8277
commit 5a7f07a3c2

View File

@ -21,6 +21,10 @@ body {
background-color: #fff;
}
.firefox button {
transition: none; /* FF borks subpixel AA during transitions in popup */
}
body > div:not(#installed):not(#message-box):not(.colorpicker-popup) {
padding-left: var(--outer-padding);
padding-right: var(--outer-padding);