Skip to content

Commit

Permalink
Clean up build process, Use new CodeMirror Spell Checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Cossick committed Jun 8, 2016
1 parent dbb1c25 commit c8f23a3
Show file tree
Hide file tree
Showing 8 changed files with 4,653 additions and 490 deletions.
4 changes: 2 additions & 2 deletions debug/simplemde.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
.cm-fat-cursor .CodeMirror-cursor {
width: auto;
border: 0;
border: 0 !important;
background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
Expand Down Expand Up @@ -672,5 +672,5 @@ span.CodeMirror-selectedtext { background: none; }
opacity: .5;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
background: rgba(255, 0, 0, .15);
background: rgba(255, 0, 0, .15);
}
Loading

0 comments on commit c8f23a3

Please sign in to comment.