fix flicker when hovering buttons in popup [Firefox] (#1267)
This commit is contained in:
parent
fe45781545
commit
fa43c6d94d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user