Skip to content
Snippets Groups Projects
Commit e1e9aca0 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Make .CodeMirror-selected style less specific

To make it easier for themes to override it.

Fixes ambiance
parent b75b2d8d
No related branches found
No related tags found
No related merge requests found
......@@ -214,8 +214,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
visibility: visible;
}
div.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused div.CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-searching {
background: #ffa;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment