feat(FN-4016): convert hardcoded rgba colors to CSS token variables across
Migrated dashboard component CSS from hardcoded `rgba()` values to design token variables across nine components including `CustomModelDropdown`, `CliBinaryPanel`, and `CliBinaryInstallBanner`, with test coverage added for the affected components. Fusion-Task-Id: FN-4016
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
}
|
||||
|
||||
.workspace-selector-option.active {
|
||||
background: rgba(88, 166, 255, 0.12);
|
||||
background: color-mix(in srgb, var(--todo) 12%, transparent);
|
||||
}
|
||||
|
||||
.workspace-selector-option-main {
|
||||
|
||||
Reference in New Issue
Block a user