Fix collapsible impact effect

This commit is contained in:
Johannes Meyer 2021-04-13 10:32:47 +02:00
parent c23a2c8159
commit 4481c5b9c4
1 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@ a:hover > .icon-cancel {
.collapsible.collapsed:not([data-toggle-element]) {
position: relative;
&:before {
&:before, &:after {
content: "";
display: block;
height: 2em;
@ -337,7 +337,7 @@ a:hover > .icon-cancel {
&:after {
opacity: 0;
background: linear-gradient(rgba(238,238,238,0), #eee);
background: linear-gradient(fade(@body-bg-color, 0), @body-bg-color);
}
}