Fix debug call stack focused text (fixes #101111)

This commit is contained in:
Miguel Solorio
2020-06-29 10:20:05 -07:00
parent 8b981e167a
commit bcb167aefa
@@ -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;
}