diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 98c735af6..421e0e910 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -1,7 +1,7 @@ @@ -176,7 +177,7 @@ export default defineComponent({ } this.changeTimeout = setTimeout(() => { - this.$emit('update:modelValue',this.text) + this.$emit('update:modelValue', this.text) this.$emit('change', this.text) }, timeout) }, @@ -348,7 +349,7 @@ export default defineComponent({ color: var(--grey-400) !important; font-style: italic; } - + &-cursor { border-color: var(--grey-700); } @@ -369,7 +370,11 @@ export default defineComponent({ button { color: var(--grey-700); - + + &.active { + background: var(--grey-200); + } + svg { vertical-align: middle; @@ -384,7 +389,7 @@ export default defineComponent({ top: 24px; margin-left: -3px; } - + &:hover { background: var(--grey-200); border-color: var(--grey-300);