Change unit base with drag and drop

This commit is contained in:
2024-03-24 17:38:56 +01:00
parent 7387e7b1c1
commit 05b0c66216
6 changed files with 56 additions and 4 deletions

View File

@@ -372,6 +372,9 @@ table.items td.actions {
gap: 0.4em;
justify-content: end;
}
table.items td.handle {
cursor: move;
}
/* TODO: replace :hover:focus-visible combos with proper LOVE stye order */
/* TODO: Update styling, including rem removal. */