mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix collapsible impact effect
This commit is contained in:
parent
c23a2c8159
commit
4481c5b9c4
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user