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 */
|
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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue