1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Adding small hover effect

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-04-27 10:44:45 +03:00
parent ba54108860
commit e887411feb

View File

@ -57,6 +57,10 @@
opacity: 1;
transition: opacity 0.1s 0.2s;
}
&:not(.empty) {
box-shadow: 0 0 0px 3px #ffffff1a;
}
}
&.animating {