Revert "Fix white CodeMirror-scrollbar-filler on dark themes"

This reverts commit 5bef47a743.

Issue #6485
Issue #6599
This commit is contained in:
Marijn Haverbeke 2021-02-24 11:16:29 +01:00
parent 77f7eaf8dc
commit 19cbf23554
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
}
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
background-color: transparent; /* The little square between H and V scrollbars */
background-color: white; /* The little square between H and V scrollbars */
}
/* GUTTER */