mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-11-04 14:03:33 +00:00 
			
		
		
		
	Removed redundant mat-list checkbox fix
This commit is contained in:
		
							parent
							
								
									2f2b302cb6
								
							
						
					
					
						commit
						00e228ab5a
					
				@ -48,11 +48,6 @@ button {
 | 
				
			|||||||
    font-size: 16px;
 | 
					    font-size: 16px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.mat-pseudo-checkbox-checked:after {
 | 
					 | 
				
			||||||
    width: 14px !important;
 | 
					 | 
				
			||||||
    height: 7px !important;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Fix: "Input underlines has wrong color opacity value"
 | 
					// Fix: "Input underlines has wrong color opacity value"
 | 
				
			||||||
.mat-form-field-underline {
 | 
					.mat-form-field-underline {
 | 
				
			||||||
    background-color: rgba(0, 0, 0, 0.12);
 | 
					    background-color: rgba(0, 0, 0, 0.12);
 | 
				
			||||||
@ -118,4 +113,4 @@ mat-chip {
 | 
				
			|||||||
// Fix: Mat-card-image requires a bigger width than 100%
 | 
					// Fix: Mat-card-image requires a bigger width than 100%
 | 
				
			||||||
.mat-card-image {
 | 
					.mat-card-image {
 | 
				
			||||||
    max-width: none !important;
 | 
					    max-width: none !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user