feat: Sort document tags alphabetically and prevent hover/focus on empty folder menu items.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user