Skip to content

Commit bcb167a

Browse files
author
Miguel Solorio
committed
Fix debug call stack focused text (fixes microsoft#101111)
1 parent 8b981e1 commit bcb167a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
cursor: initial;
7878
}
7979

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

0 commit comments

Comments
 (0)