mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
Shorten transition duration
This commit is contained in:
parent
f676b8bc9f
commit
65d9e3f820
@ -13,7 +13,7 @@
|
|||||||
--popup-gap-extra-thin: calc(0.25 * var(--font-size));
|
--popup-gap-extra-thin: calc(0.25 * var(--font-size));
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.1s;
|
||||||
transition-property: opacity;
|
transition-property: opacity;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user