main.less: Blend collapsible gradient to background

This commit is contained in:
Florian Strohmaier 2020-08-03 10:24:07 +02:00 committed by Johannes Meyer
parent c854bd3f34
commit 090e744508
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ a:hover > .icon-cancel {
content: "";
display: block;
height: 2em;
background: linear-gradient(fade(@gray-lighter, 0), @gray-lighter);
background: linear-gradient(fade(@body-bg-color, 0), @body-bg-color);
position: absolute;
bottom: 0;
left: 0;