From fe1f2a8d4fb703ec0c98364d38014aa962604362 Mon Sep 17 00:00:00 2001 From: Dave Brondsema Date: Thu, 3 Sep 2015 17:27:49 +0000 Subject: [PATCH] Negate the active styling of buttons when in preview mode --- src/css/simplemde.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/simplemde.css b/src/css/simplemde.css index a389a6a..7ea30f2 100644 --- a/src/css/simplemde.css +++ b/src/css/simplemde.css @@ -178,6 +178,8 @@ .editor-toolbar.disabled-for-preview a:not(.fa-eye):not(.fa-arrows-alt):not(.fa-columns) { pointer-events: none; background: #fff; + border-color: transparent; + text-shadow: inherit; } @media only screen and (max-width: 700px) {