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:
parent
ef7d786755
commit
ff50b5c8e3
@ -24,6 +24,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0 0 0px 3px $clusterMenuBackground, 0 0 0px 6px #fff;
|
||||
}
|
||||
|
||||
&.isDragging {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@ -45,10 +45,8 @@
|
||||
border-radius: 6px;
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
&:not(:empty) {
|
||||
box-shadow: 0 0 0px 3px $clusterMenuBackground, 0 0 0px 6px #fff;
|
||||
}
|
||||
&.isDraggingOver {
|
||||
box-shadow: 0 0 0px 3px $clusterMenuBackground, 0 0 0px 6px #fff;
|
||||
}
|
||||
|
||||
&.animating {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user