fix(FN-2634): remove surface-hover fallback usage in dashboard CSS

- Replace hover background fallbacks with direct var(--surface-hover) in QuickChatFAB and SettingsModal styles
- Tighten status-colors theme test to forbid var(--surface-hover, ...) fallback syntax
- Preserve token-based hover styling contract while preventing stale fallback patterns from reappearing
This commit is contained in:
Fusion
2026-04-26 22:29:50 -07:00
committed by gsxdsm
parent 7c3e5dde29
commit 57784cc763
3 changed files with 4 additions and 3 deletions

View File

@@ -193,7 +193,7 @@
}
.settings-plugins-subsection-btn:hover {
background: var(--surface-hover, color-mix(in srgb, var(--text-muted) 8%, transparent));
background: var(--surface-hover);
color: var(--text);
}