2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 23:54:28 -06:00

Merge pull request #145 from kle-roy/kleroy_fix-sprockets-compilation-error

Fix sprockets compilation error related to `filter: progid:`
This commit is contained in:
Wes Cossick 2015-10-26 10:36:01 -05:00
commit 16d5a4d894
3 changed files with 7 additions and 6 deletions

View File

@ -643,6 +643,7 @@ span.CodeMirror-selectedtext { background: none; }
.CodeMirror .CodeMirror-code .cm-strikethrough {
text-decoration: line-through;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) {
background: rgba(255, 0, 0, .15);
}