mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Improve codemirror fold marker theme (#2406)
This commit is contained in:
parent
0c13f1598e
commit
5fb1caf941
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user