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

Merge pull request #146 from NextStepWebs/revert-145-kleroy_fix-sprockets-compilation-error

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

View File

@ -643,7 +643,6 @@ 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);
}