mirror of https://github.com/gorhill/uBlock.git
Better folding arrows in CodeMirror editor
This commit is contained in:
parent
6e8aeae283
commit
4aea9aa624
|
@ -26,6 +26,12 @@
|
|||
font-size: large;
|
||||
text-shadow: none;
|
||||
}
|
||||
.CodeMirror-foldgutter-folded::after {
|
||||
content: '\25B6';
|
||||
}
|
||||
.CodeMirror-foldgutter-open::after {
|
||||
content: '\25BC';
|
||||
}
|
||||
.CodeMirror-gutters {
|
||||
background-color: var(--cm-gutter-surface);
|
||||
border-color: var(--cm-gutter-border);
|
||||
|
|
Loading…
Reference in New Issue