From 1443e23f181b55f9ca52cf60219b49631f9cdde4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 21 Oct 2023 19:29:27 +0200 Subject: [PATCH] chore(editor): cleanup --- src/components/input/editor.vue | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index c2a01b91a..8ab785e5b 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -370,35 +370,7 @@ pre.CodeMirror-line { font-weight: 400; } -ul.actions { - font-size: .8rem; - margin: 0; - li { - display: inline-block; - - &::after { - content: 'ยท'; - padding: 0 .25rem; - } - - &:last-child:after { - content: ''; - } - } - - &, a { - color: var(--grey-500); - - &.done-edit { - color: var(--primary); - } - } - - a:hover { - text-decoration: underline; - } -} .vue-easymde.content { margin-bottom: 0 !important;