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:
2026-03-26 15:09:55 +01:00
parent 5b2ea6bf27
commit a4eb1c6967
5 changed files with 62 additions and 15 deletions

View File

@@ -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]) {