feat(FN-3726): highlight fast mode bolt icon in task detail
- Add TaskDetailModal CSS rules to visually emphasize the fast mode bolt icon - Cover fast mode icon highlighting in TaskDetailModal rendering tests - Preserve existing modal rendering behavior while adding the new fast mode visual cue Fusion-Task-Id: FN-3726
This commit is contained in:
@@ -219,6 +219,14 @@
|
||||
color: var(--color-warning);
|
||||
}
|
||||
|
||||
.detail-execution-mode-toggle--fast svg {
|
||||
color: var(--color-warning);
|
||||
background: color-mix(in srgb, var(--color-warning) 20%, transparent);
|
||||
border-radius: var(--radius-pill);
|
||||
padding: var(--space-xs);
|
||||
box-shadow: var(--glow-warning);
|
||||
}
|
||||
|
||||
.detail-execution-mode-toggle--saving {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user