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;