Commit 58c2ef6b authored by Jérome Perrin's avatar Jérome Perrin

codemirror: add a CSS override for selected text

On the traditional editor (from portal_component), selected text was not
highlighted
parent 288be519
......@@ -124,7 +124,8 @@
.CodeMirror-lint-marker-warning,
.CodeMirror-gutters,
.CodeMirror-gutter-elt,
.CodeMirror-sizer {
.CodeMirror-sizer,
.CodeMirror-line {
background-color: transparent !important;
}
</style>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment