polish icons for step lists

This commit is contained in:
Francesco Renzi
2026-01-22 12:34:20 +00:00
parent 9f96f7f3d6
commit 9ecb88f16e
4 changed files with 29 additions and 7 deletions

View File

@@ -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);
}