Skip to content

Commit acff4ae

Browse files
authored
Merge pull request #2659 from JonFStr/description-caret
Matching color of description cursor with text color
2 parents 1377f24 + 6d6740f commit acff4ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/card/Description.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ h5 {
298298
color: var(--color-text-maxcontrast);
299299
}
300300
301+
.CodeMirror-cursor {
302+
border-left: 1px solid var(--color-main-text);
303+
}
304+
301305
.editor-preview,
302306
.editor-statusbar {
303307
display: none;

0 commit comments

Comments
 (0)