mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-11-03 20:54:27 +01: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]) {
 | 
					.collapsible.collapsed:not([data-toggle-element]) {
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &:before {
 | 
					  &:before, &:after {
 | 
				
			||||||
    content: "";
 | 
					    content: "";
 | 
				
			||||||
    display: block;
 | 
					    display: block;
 | 
				
			||||||
    height: 2em;
 | 
					    height: 2em;
 | 
				
			||||||
@ -337,7 +337,7 @@ a:hover > .icon-cancel {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  &:after {
 | 
					  &:after {
 | 
				
			||||||
    opacity: 0;
 | 
					    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