mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Adding gray outline to droppable cells
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
24716eaa09
commit
1bdb291f00
@ -47,6 +47,7 @@
|
|||||||
|
|
||||||
&.isDraggingOver {
|
&.isDraggingOver {
|
||||||
background-color: #3e4148;
|
background-color: #3e4148;
|
||||||
|
box-shadow: 0 0 0px 3px var(--clusterMenuBackground), 0 0 0px 6px #ffffff30;
|
||||||
|
|
||||||
&:not(.isDraggingOwner) {
|
&:not(.isDraggingOwner) {
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user