Skip to content

Commit 80853a2

Browse files
CirnoTzeripath
andauthored
Enforce transparent background on editor toolbar elements (#11569) (#11583)
Co-authored-by: Lauris BH <[email protected]> (cherry picked from commit 38c773d) Co-authored-by: zeripath <[email protected]>
1 parent ce958f4 commit 80853a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/_editor.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
opacity: 1 !important;
3030
}
3131

32+
.editor-toolbar a:not(:hover) {
33+
background-color: transparent !important;
34+
}
35+
3236
.editor-toolbar i.separator {
3337
border-left: none;
3438
}

0 commit comments

Comments
 (0)