Skip to content

Commit 7748108

Browse files
author
Justin Chen
committed
changed color token to match list widget
1 parent 26902a1 commit 7748108

File tree

1 file changed

+1
-1
lines changed
  • src/vs/editor/contrib/codeAction/browser/media

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/codeAction/browser/media/action.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
.codeActionMenuWidget .monaco-list .monaco-list-row:hover:not(.option-disabled),
7272
.codeActionMenuWidget .monaco-list .monaco-list-row.focused:not(.option-disabled) {
7373
background-color: var(--vscode-list-hoverBackground) !important;
74-
color: var(--vscode-menu-selectionForeground) !important;
74+
color: var(--vscode-list-activeSelectionForeground) !important;
7575
}
7676

7777
.codeActionMenuWidget .monaco-list .monaco-list-row.focused:not(.option-disabled) {

0 commit comments

Comments
 (0)