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 fec2b49 commit baf4f09Copy full SHA for baf4f09
src/vs/editor/contrib/codeAction/browser/codeActionWidget.css
@@ -14,7 +14,7 @@
14
border: 1px solid var(--vscode-editorWidget-border) !important;
15
border-color: none;
16
background-color: var(--vscode-editorWidget-background);
17
- color: var(--vscode--editorWidget-foreground);
+ color: var(--vscode-editorWidget-foreground);
18
box-shadow: var(--vscode-widget-shadow) 0 2px 8px;
19
}
20
0 commit comments