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

White border on dragging over

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-05-03 07:07:04 +03:00
parent ef7d786755
commit ff50b5c8e3
2 changed files with 6 additions and 4 deletions

View File

@ -24,6 +24,10 @@
} }
} }
&:hover {
box-shadow: 0 0 0px 3px $clusterMenuBackground, 0 0 0px 6px #fff;
}
&.isDragging { &.isDragging {
box-shadow: none; box-shadow: none;
} }

View File

@ -45,10 +45,8 @@
border-radius: 6px; border-radius: 6px;
position: relative; position: relative;
&:hover { &.isDraggingOver {
&:not(:empty) { box-shadow: 0 0 0px 3px $clusterMenuBackground, 0 0 0px 6px #fff;
box-shadow: 0 0 0px 3px $clusterMenuBackground, 0 0 0px 6px #fff;
}
} }
&.animating { &.animating {