mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
Clean up Focus demo
This commit is contained in:
parent
ed94a920b5
commit
ecd7483278
@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<editor-content :editor="editor" />
|
||||
</div>
|
||||
<editor-content :editor="editor" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@ -61,7 +59,7 @@ export default {
|
||||
<style lang="scss">
|
||||
.has-focus {
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 0 3px #68CEF8;
|
||||
box-shadow: 0 0 0 3px #68cef8;
|
||||
}
|
||||
|
||||
/* Basic editor styles */
|
||||
|
Loading…
Reference in New Issue
Block a user