Skip to content

Commit 6ef5ce0

Browse files
authored
testing: fix explorer input uses wrong background color (#200699)
Sidebar has styling that sets the monaco editor background color. Fixes #198301
1 parent 948f6a1 commit 6ef5ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.css

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

2727
.suggest-input-container .monaco-editor,
2828
.suggest-input-container .monaco-editor .lines-content {
29-
background: none;
29+
background: none !important;
3030
}

0 commit comments

Comments
 (0)