fix(ui): unify context menu ordering and add visual section separators across all menus

This commit is contained in:
Will Miao
2026-06-10 22:18:43 +08:00
parent a9e0e7dc8d
commit dd1cdce16d
5 changed files with 84 additions and 38 deletions

View File

@@ -34,6 +34,12 @@
margin: 4px 0;
}
/* Lighter separator between category groups (vs the full separator before destructive) */
.context-menu-separator.menu-section-break {
opacity: 0.4;
margin: 3px 0;
}
.context-menu-item.delete-item {
color: var(--danger-color);
}