CSS Theme should define .CodeMirror-activeline-background #1283
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think each css theme files should define the activeline background.
For instance CodeMirror\theme\eclipse.css should add :
.cm-s-eclipse .CodeMirror-activeline-background {background: #e8f2ff !important;}
Today there is style for matchingbreacket
.cm-s-eclipse .CodeMirror-matchingbracket {
border:1px solid grey;
color:black !important;;
}
so why not define too activeline?
I agree. I'll happily merge pull requests that add such a rule to theme files.
Ok I will do that when I will have time.