mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-03 08:04:29 -06:00
Fix sprockets compilation error related to filter: progid:
``` Invalid CSS after "...);filter:progid": expected ";", was ": DXImageTransf..." ```
This commit is contained in:
parent
d3a2625bb2
commit
e1b70d737e
@ -643,6 +643,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|||||||
.CodeMirror .CodeMirror-code .cm-strikethrough {
|
.CodeMirror .CodeMirror-code .cm-strikethrough {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) {
|
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) {
|
||||||
background: rgba(255, 0, 0, .15);
|
background: rgba(255, 0, 0, .15);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user