mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fix debug call stack focused text (fixes #101111)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user