Make internal drag and drop robust

This commit is contained in:
Mikei386
2026-06-22 23:15:08 +02:00
parent f5d28c403c
commit b449a74cad
8 changed files with 78 additions and 13 deletions
+3 -1
View File
@@ -191,8 +191,10 @@
}
.u-nav .drop-zone.drag-over {
background: color-mix(in srgb, var(--accent) 10%, transparent);
background: color-mix(in srgb, var(--accent) 18%, transparent);
border-color: var(--accent);
border-style: solid;
box-shadow: inset 0 0 0 2px var(--accent);
}
.u-nav .file-table {