refactor(adminui): drop vendored theme.css/fonts/nav-state.js; keep app-only CSS in site.css

This commit is contained in:
Joseph Doherty
2026-06-03 03:07:21 -04:00
parent de41963587
commit 11bcff6af5
6 changed files with 10 additions and 398 deletions
@@ -172,3 +172,13 @@
max-width: 380px;
margin: 3.5rem auto 0;
}
/* --- App-specific rules not provided by ZB.MOM.WW.Theme (migrated during theme adoption) --- */
/* OtOpcUa domain pages (Alerts, ScriptLog, Fleet, Hosts, AlarmsHistorian,
RoleGrants, ImportEquipment) use two extra status-chip variants on top of the
kit's .chip base + .chip-ok/.chip-warn/.chip-bad/.chip-idle/.chip-info set.
.chip-alert is the red/danger variant (mirrors the kit's .chip-bad);
.chip-caution is the amber variant (mirrors the kit's .chip-warn). Both reuse
the kit's status tokens so they stay on-palette. */
.chip-alert { color: var(--bad); background: var(--bad-bg); border-color: var(--bad-border); }
.chip-caution { color: var(--warn-ink); background: var(--warn-bg); border-color: var(--warn-border); }