feat: add visual drag-and-drop reordering indicators and improve event handling for connection items

This commit is contained in:
2026-06-09 15:41:31 +01:00
parent 3ec3ccf1ef
commit 6fd7fc0300
2 changed files with 19 additions and 1 deletions
+8
View File
@@ -57,6 +57,14 @@ body {
transition: background 0.2s;
}
.conn-item * {
pointer-events: none;
}
.conn-item .edit-btn {
pointer-events: auto;
}
.conn-item:hover {
background: var(--surface-hover);
}