feat: smooth sortable row interactions
This commit is contained in:
@@ -1231,6 +1231,16 @@ body:has(.theme-key-windows95) .install-platform-item[data-selected] {
|
||||
background: color-mix(in srgb, var(--accent) 12%, var(--admin-surface));
|
||||
}
|
||||
|
||||
.theme-key-windows95 .ui-sortable-item.is-drop-target::before {
|
||||
top: -7px;
|
||||
height: 2px;
|
||||
border-radius: 0;
|
||||
background: #000080;
|
||||
box-shadow:
|
||||
0 1px 0 #ffffff,
|
||||
0 -1px 0 #000000;
|
||||
}
|
||||
|
||||
.theme-key-windows95 .ui-sortable-handle {
|
||||
align-self: center;
|
||||
width: 24px;
|
||||
|
||||
Reference in New Issue
Block a user