mirror of
https://github.com/actions/runner.git
synced 2026-01-23 04:51:23 +08:00
polish icons for step lists
This commit is contained in:
@@ -723,6 +723,14 @@ html[data-color-mode="light"] .dap-debug-btn.selected {
|
||||
color: var(--fgColor-success, #3fb950);
|
||||
}
|
||||
|
||||
.dap-step-status-icon.completed.success {
|
||||
color: var(--fgColor-success, #3fb950);
|
||||
}
|
||||
|
||||
.dap-step-status-icon.completed.failed {
|
||||
color: var(--fgColor-danger, #f85149);
|
||||
}
|
||||
|
||||
.dap-step-status-icon.current {
|
||||
color: var(--fgColor-accent, #58a6ff);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user