From bcb167aefa26752d3a05512fc4aa2b6f0cf5ae96 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Mon, 29 Jun 2020 10:20:05 -0700 Subject: [PATCH] Fix debug call stack focused text (fixes #101111) --- src/vs/workbench/contrib/debug/browser/media/debugViewlet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/debug/browser/media/debugViewlet.css b/src/vs/workbench/contrib/debug/browser/media/debugViewlet.css index 4fae744a49d..f576d8f6abe 100644 --- a/src/vs/workbench/contrib/debug/browser/media/debugViewlet.css +++ b/src/vs/workbench/contrib/debug/browser/media/debugViewlet.css @@ -77,7 +77,8 @@ cursor: initial; } -/* Make icons the same color as the list foreground on focus selection */ +/* Make icons and text the same color as the list foreground on focus selection */ +.debug-pane .monaco-list:focus .monaco-list-row.selected.focused .state > .label, .debug-pane .monaco-list:focus .monaco-list-row.selected.focused .codicon { color: inherit !important; }