Browse Source
Enforce transparent background on editor toolbar elements (#11569)
Co-authored-by: Lauris BH <lauris@nix.lv>
for-closed-social
Cirno the Strongest
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
web_src/less/_editor.less
|
@ -29,6 +29,10 @@ |
|
|
opacity: 1 !important; |
|
|
opacity: 1 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.editor-toolbar a:not(:hover) { |
|
|
|
|
|
background-color: transparent !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.editor-toolbar i.separator { |
|
|
.editor-toolbar i.separator { |
|
|
border-left: none; |
|
|
border-left: none; |
|
|
} |
|
|
} |
|
|