We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26902a1 commit 7748108Copy full SHA for 7748108
src/vs/editor/contrib/codeAction/browser/media/action.css
@@ -71,7 +71,7 @@
71
.codeActionMenuWidget .monaco-list .monaco-list-row:hover:not(.option-disabled),
72
.codeActionMenuWidget .monaco-list .monaco-list-row.focused:not(.option-disabled) {
73
background-color: var(--vscode-list-hoverBackground) !important;
74
- color: var(--vscode-menu-selectionForeground) !important;
+ color: var(--vscode-list-activeSelectionForeground) !important;
75
}
76
77
0 commit comments