diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-23 13:59:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 14:59:40 +0300 |
commit | 38c773d8a5d6168ebb3030513a6063381976bd22 (patch) | |
tree | 334a53b8d3c423389d0020e20bbd32d3da98dc0b /web_src/less/_editor.less | |
parent | 1752a976e17aab3eb65a9dfccc8109e377ab0aee (diff) | |
download | gitea-38c773d8a5d6168ebb3030513a6063381976bd22.tar.gz gitea-38c773d8a5d6168ebb3030513a6063381976bd22.zip |
Enforce transparent background on editor toolbar elements (#11569)
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src/less/_editor.less')
-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; } |