fix flicker when hovering buttons in popup [Firefox] (#1267)

This commit is contained in:
tophf 2021-06-29 12:37:30 +03:00 committed by GitHub
parent fe45781545
commit fa43c6d94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);