1
0
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:
Alex Andreev 2021-11-29 16:05:31 +03:00
parent e528a6090e
commit 83268257b2

View File

@ -25,9 +25,9 @@
display: flex;
cursor: pointer;
transition: none;
position: relative;
border-radius: var(--border-radius);
transition: box-shadow 0.1s ease-in-out;
&:not(.active):hover {
box-shadow: var(--iconHoverShadow);