Spell Checker CSS Style Changes
These changes follow typical styling for spelling errors in most applications which means people are familiar with them which avoids confusion. The changes also mean that the incorrect spelling style is more visible especially in the Dark theme where it was almost impossible to see.
This commit is contained in:
parent
f597fe6f2f
commit
f952719bb0
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…
Add table
Reference in a new issue