mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Smoother hover animation
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
e528a6090e
commit
83268257b2
@ -25,9 +25,9 @@
|
|||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: none;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
|
transition: box-shadow 0.1s ease-in-out;
|
||||||
|
|
||||||
&:not(.active):hover {
|
&:not(.active):hover {
|
||||||
box-shadow: var(--iconHoverShadow);
|
box-shadow: var(--iconHoverShadow);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user