main.less: Adjust collapsible bottom fade

This commit is contained in:
Florian Strohmaier 2020-07-20 17:28:43 +02:00 committed by Johannes Meyer
parent eed1672ed4
commit 1cb92064aa
1 changed files with 2 additions and 2 deletions

View File

@ -320,11 +320,11 @@ a:hover > .icon-cancel {
.collapsible.collapsed:not([data-toggle-element]) {
position: relative;
&:before, &:after {
&:before {
content: "";
display: block;
height: 2em;
background: linear-gradient(rgba(255,255,255,0), white);
background: linear-gradient(fade(@gray-lighter, 0), @gray-lighter);
position: absolute;
bottom: 0;
left: 0;