style(design): FINDING-001 — mobile segmented control uses amber accent
Mobile segmented filter buttons used Bootstrap btn-primary (blue) for active state. Per DESIGN.md two-accent system, state indicators use amber. Added .seg-active class with --accent color. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -849,6 +849,11 @@ tr.mapping-deleted td {
|
||||
|
||||
/* ── Mobile segmented control (hidden on desktop) ── */
|
||||
.mobile-seg { display: none; }
|
||||
.seg-active {
|
||||
background: var(--accent) !important;
|
||||
border-color: var(--accent) !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/* ── Bottom nav (mobile) ─────────────────────────── */
|
||||
.bottom-nav {
|
||||
|
||||
Reference in New Issue
Block a user