diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 6cddba200..01d0278ab 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -348,6 +348,10 @@ $editor-border-color: #ddd; color: var(--grey-400) !important; font-style: italic; } + + &-cursor { + border-color: var(--grey-700); + } } .editor-preview {