From df5ebe18bb3417e2066324651aa6bc75a270f8c8 Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Sun, 19 Feb 2017 18:03:54 +0200 Subject: [PATCH] hide dark overlay --- app/components/SimpleEditor/SimpleEditor.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index 56292af..919c0ff 100644 --- a/app/components/SimpleEditor/SimpleEditor.scss +++ b/app/components/SimpleEditor/SimpleEditor.scss @@ -257,18 +257,20 @@ $active-blue: #4a90e2; outline: none; } - .sc-prose-editor-overlay-tools { + .sc-overlay { .se-active-tools { background: transparent; border: 0; + border-radius: 0; padding: 0; } } - .sc-prose-editor-overlay-tools::before { + .sc-overlay.sm-theme-dark::before { border-style: none; border-width: 0; - } + } + ul > li { list-style-type: disc; } -- GitLab