Tighten drop target styles, dial back z-index
This commit is contained in:
@@ -8,10 +8,9 @@
|
||||
|
||||
.drag-and-drop__hover-container {
|
||||
background-color: var(--color-selected-light);
|
||||
border-radius: 0.1em;
|
||||
outline: 2px dashed var(--color-selected-dark);
|
||||
transition: background-color 200ms;
|
||||
z-index: 3;
|
||||
z-index: 1;
|
||||
|
||||
.cards__heading {
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user