From 80853a2238ef25e3d678a5583506cab419d9a43e Mon Sep 17 00:00:00 2001 From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Date: Sun, 24 May 2020 01:36:24 +0200 Subject: [PATCH] Enforce transparent background on editor toolbar elements (#11569) (#11583) Co-authored-by: Lauris BH (cherry picked from commit 38c773d8a5d6168ebb3030513a6063381976bd22) Co-authored-by: zeripath --- web_src/less/_editor.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_src/less/_editor.less b/web_src/less/_editor.less index d8ba1467e9a..cc30c0f311f 100644 --- a/web_src/less/_editor.less +++ b/web_src/less/_editor.less @@ -29,6 +29,10 @@ opacity: 1 !important; } +.editor-toolbar a:not(:hover) { + background-color: transparent !important; +} + .editor-toolbar i.separator { border-left: none; }