Improve codemirror fold marker theme (#2406)

This commit is contained in:
Opender Singh 2020-07-14 15:24:55 +12:00 committed by GitHub
parent 0c13f1598e
commit 5fb1caf941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,15 @@
border-left: 1px solid var(--color-font);
}
.CodeMirror-foldmarker {
color: var(--color-surprise);
text-shadow: none;
font-family: inherit;
line-height: .3;
cursor: pointer;
padding: 0 var(--padding-xs);
}
.cm-animate-fat-cursor,
&.cm-fat-cursor .CodeMirror-cursor {
background-color: rgba(255, 139, 147, 0.5) !important;