fix(css): use default color for a disturbing (white) CodeMirror-gutter-filler

pull/5598/head
Pavel Zavora 2020-10-21 09:37:47 +02:00
parent d8d8469b5b
commit 17a5f33826
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@
padding: 0 4px; /* Horizontal padding of content */ padding: 0 4px; /* Horizontal padding of content */
} }
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { // .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
background-color: white; /* The little square between H and V scrollbars */ // background-color: white; /* The little square between H and V scrollbars */
} // }
/* GUTTER */ /* GUTTER */