Merge pull request #1679 from Invariant-Change/patch-1

Spell Checker CSS Style Changes
This commit is contained in:
Sean Yesmunt 2018-06-25 00:04:49 -04:00 committed by GitHub
commit ad1d6ed2da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,3 +91,9 @@ div.editor-toolbar a {
.CodeMirror .CodeMirror-placeholder {
opacity: 0.5;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
background: none;
text-decoration: underline;
text-decoration-color: #f00;
text-decoration-style: dotted;
}