Use pointer based internal drag and drop

This commit is contained in:
Mikei386
2026-06-23 06:42:04 +02:00
parent cd284e8a72
commit e0a61c074e
6 changed files with 153 additions and 35 deletions
+16 -2
View File
@@ -229,16 +229,30 @@
.u-nav .file-row:hover,
.u-nav .file-row.selected,
.u-nav .file-row.dragging {
.u-nav .file-row.dragging,
.u-nav .file-row.drop-target {
background: var(--surface-2);
}
.u-nav .file-row:hover td,
.u-nav .file-row.selected td,
.u-nav .file-row.dragging td {
.u-nav .file-row.dragging td,
.u-nav .file-row.drop-target td {
background: var(--surface-2) !important;
}
.u-nav .file-row {
user-select: none;
}
.u-nav .file-row.dragging {
opacity: 0.55;
}
.u-nav-dragging {
cursor: grabbing;
}
.u-nav .name-cell {
align-items: center;
display: flex;