fix(ui): active session title uses var(--gold) instead of hardcoded #e8a030 (fixes #440)

This commit is contained in:
Nathan Esquenazi
2026-04-14 19:05:26 +00:00
committed by Hermes Agent
parent 2400e14a31
commit 3776b09f4a
2 changed files with 52 additions and 1 deletions

View File

@@ -172,7 +172,7 @@
.session-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;overflow:hidden;}
.session-title-row{display:flex;align-items:flex-start;gap:8px;min-width:0;}
.session-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);}
.session-item.active .session-title{color:#e8a030;}
.session-item.active .session-title{color:var(--gold);}
.session-time{display:none;}
.session-meta{font-size:11px;line-height:1.35;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/* ── Session action trigger + dropdown ── */