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

Fixing active icon hover state

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-05-05 15:07:41 +03:00
parent 1bdb291f00
commit 6f2e22d954

View File

@ -27,8 +27,10 @@
} }
&:hover { &:hover {
&:not(.active) {
box-shadow: 0 0 0px 3px var(--clusterMenuBackground), 0 0 0px 6px #ffffff30; box-shadow: 0 0 0px 3px var(--clusterMenuBackground), 0 0 0px 6px #ffffff30;
} }
}
&.isDragging { &.isDragging {
box-shadow: none; box-shadow: none;