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.
var()
1 parent 735c219 commit eef56ceCopy full SHA for eef56ce
src/vs/workbench/contrib/interactive/browser/interactiveEditor.css
@@ -17,5 +17,5 @@
17
18
.interactive-editor .input-cell-container .monaco-editor-background,
19
.interactive-editor .input-cell-container .margin-view-overlays {
20
- background-color: var(--vscode-notebook-cellEditorBackground, --vscode-editor-background);
+ background-color: var(--vscode-notebook-cellEditorBackground, var(--vscode-editor-background));
21
}
0 commit comments