diff options
-rw-r--r-- | web_src/less/_editor.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web_src/less/_editor.less b/web_src/less/_editor.less index d8ba1467e9..cc30c0f311 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; } |