mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Opacity transition probably not needed after all
Originally the idea was to hide from view the popup panel layout seemingly being recalculated by the browser at open time, causing visuals in the popup panel to slightly move around. Possibly no longer an issue now that the popup panel initialization code has been modified since then to use animation frames.
This commit is contained in:
parent
65d9e3f820
commit
104a1af6c2
@ -13,8 +13,6 @@
|
||||
--popup-gap-extra-thin: calc(0.25 * var(--font-size));
|
||||
font-size: var(--font-size);
|
||||
line-height: 20px;
|
||||
transition-duration: 0.1s;
|
||||
transition-property: opacity;
|
||||
width: 100%;
|
||||
}
|
||||
:root body.loading {
|
||||
|
Loading…
Reference in New Issue
Block a user