Merge pull request #1679 from Invariant-Change/patch-1
Spell Checker CSS Style Changes
This commit is contained in:
commit
ad1d6ed2da
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue