Skip to content

Commit c8f23a3

Browse files
author
Wes Cossick
committed
Clean up build process, Use new CodeMirror Spell Checker
1 parent dbb1c25 commit c8f23a3

File tree

8 files changed

+4653
-490
lines changed

8 files changed

+4653
-490
lines changed

debug/simplemde.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
.cm-fat-cursor .CodeMirror-cursor {
6060
width: auto;
61-
border: 0;
61+
border: 0 !important;
6262
background: #7e7;
6363
}
6464
.cm-fat-cursor div.CodeMirror-cursors {
@@ -672,5 +672,5 @@ span.CodeMirror-selectedtext { background: none; }
672672
opacity: .5;
673673
}
674674
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
675-
background: rgba(255, 0, 0, .15);
675+
background: rgba(255, 0, 0, .15);
676676
}

0 commit comments

Comments
 (0)