Skip to content

Commit 4f1e190

Browse files
committed
style: change background color of code editor panels to transparent
1 parent 8f8b367 commit 4f1e190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/CodeMirror/codeEditor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
}
126126

127127
.cm-panels {
128-
background-color: var(--bg-code-editor-base);
128+
background-color: transparent;
129129
z-index: 1;
130130
}
131131

0 commit comments

Comments
 (0)