Support custom icons in custom menu popover components Edit menu item; Add custom menu item. Update mixins to handle sizing for image icons.
This commit is contained in:
		
							parent
							
								
									a4cf5f7d32
								
							
						
					
					
						commit
						b976e05256
					
				@ -26,6 +26,10 @@
 | 
				
			|||||||
    width: #{$size}px;
 | 
					    width: #{$size}px;
 | 
				
			||||||
    height: #{$size}px;
 | 
					    height: #{$size}px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  img {
 | 
				
			||||||
 | 
					    width: #{$size}px;
 | 
				
			||||||
 | 
					    height: #{$size}px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@mixin tb-mat-icon-button-size($size) {
 | 
					@mixin tb-mat-icon-button-size($size) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user