refactor(ui): polish admin sidebar nav groups and audit labels
Use short i18n keys for audit nav labels (nav.audit.*) with translations in both language files. Restyle admin sidebar group icons with colored pill backgrounds per group. Adjust details summary line-height and active-state border color to use group icon color. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2141,10 +2141,11 @@
|
||||
}
|
||||
|
||||
details summary {
|
||||
line-height: var(--leading-none);
|
||||
line-height: var(--leading-tight);
|
||||
list-style-type: none;
|
||||
cursor: pointer;
|
||||
transition: color var(--app-transition);
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
details summary:not([role]) {
|
||||
|
||||
Reference in New Issue
Block a user