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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user