Skip to content

Commit eef56ce

Browse files
authored
Fix another var() fallback case (microsoft#191721)
One more case of microsoft#190968
1 parent 735c219 commit eef56ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/interactive/browser/interactiveEditor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
.interactive-editor .input-cell-container .monaco-editor-background,
1919
.interactive-editor .input-cell-container .margin-view-overlays {
20-
background-color: var(--vscode-notebook-cellEditorBackground, --vscode-editor-background);
20+
background-color: var(--vscode-notebook-cellEditorBackground, var(--vscode-editor-background));
2121
}

0 commit comments

Comments
 (0)