1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02: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:
Raymond Hill 2020-05-06 11:24:07 -04:00
parent 65d9e3f820
commit 104a1af6c2
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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