Skip to content

Commit 9e86969

Browse files
author
Miguel Solorio
committed
Fix debug call stack focused text again (fixes microsoft#101111)
1 parent 85d3eb2 commit 9e86969

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/workbench/contrib/debug/browser/media/debugViewlet.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@
7878
}
7979

8080
/* Make icons and text the same color as the list foreground on focus selection */
81+
.debug-pane .monaco-list:focus .monaco-list-row.selected .state > .label,
8182
.debug-pane .monaco-list:focus .monaco-list-row.selected.focused .state > .label,
83+
.debug-pane .monaco-list:focus .monaco-list-row.selected .codicon,
8284
.debug-pane .monaco-list:focus .monaco-list-row.selected.focused .codicon {
8385
color: inherit !important;
8486
}

0 commit comments

Comments
 (0)