feat: Sort document tags alphabetically and prevent hover/focus on empty folder menu items.

This commit is contained in:
2025-11-28 19:46:25 +01:00
parent 34604c5842
commit 4fd1b712fa
5 changed files with 23 additions and 5 deletions
@@ -846,4 +846,10 @@
display: flex;
align-items: center;
gap: 0.25rem;
}
.menu .selection-assignment__item--empty:hover,
.menu .selection-assignment__item--empty:focus-visible {
background: transparent;
cursor: default;
}