fix(css): use default color for a disturbing (white) CodeMirror-gutter-filler
parent
d8d8469b5b
commit
17a5f33826
|
@ -16,9 +16,9 @@
|
|||
padding: 0 4px; /* Horizontal padding of content */
|
||||
}
|
||||
|
||||
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
||||
background-color: white; /* The little square between H and V scrollbars */
|
||||
}
|
||||
// .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
||||
// background-color: white; /* The little square between H and V scrollbars */
|
||||
// }
|
||||
|
||||
/* GUTTER */
|
||||
|
||||
|
|
Loading…
Reference in New Issue