Fix broken markdown editor border color
## Issue The border became white recently, which made it look "focused" all the time. Confirmed with Sean that the change wasn't intentional.
This commit is contained in:
parent
94fe68eb45
commit
fd0e56daa6
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@
|
|||
.form-field--SimpleMDE {
|
||||
margin-top: var(--spacing-l);
|
||||
|
||||
.cm-s-easymde {
|
||||
border-color: var(--color-input-border);
|
||||
}
|
||||
|
||||
.cm-s-easymde .CodeMirror-cursor {
|
||||
border-left: 1px solid var(--color-editor-cursor);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue