Skip to content

Commit 19cbf23

Browse files
committed
Revert "Fix white CodeMirror-scrollbar-filler on dark themes"
This reverts commit 5bef47a. Issue #6485 Issue #6599
1 parent 77f7eaf commit 19cbf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/codemirror.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
22-
background-color: transparent; /* The little square between H and V scrollbars */
22+
background-color: white; /* The little square between H and V scrollbars */
2323
}
2424

2525
/* GUTTER */

0 commit comments

Comments
 (0)