Clean up Focus demo

This commit is contained in:
Sven Adlung 2021-11-16 14:03:13 +01:00
parent ed94a920b5
commit ecd7483278

View File

@ -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 */