feat: smooth sortable row interactions
This commit is contained in:
@@ -353,6 +353,8 @@
|
||||
}
|
||||
|
||||
.theme-key-ascii .ui-sortable {
|
||||
--sortable-drop-line: #ffffff;
|
||||
--sortable-drop-soft: rgba(255, 255, 255, 0.08);
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
@@ -364,6 +366,15 @@
|
||||
outline: 1px dashed #ffffff;
|
||||
outline-offset: 2px;
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.theme-key-ascii .ui-sortable-item.is-drop-target::before {
|
||||
top: -5px;
|
||||
height: 1px;
|
||||
border-radius: 0;
|
||||
background: #ffffff;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.theme-key-ascii .ui-sortable-handle {
|
||||
|
||||
Reference in New Issue
Block a user