mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-11-04 09:23:35 +00:00 
			
		
		
		
	Fixed: ngx datatable sort arrow icons are not working correctly and they are not aligned
Small comment tweak
This commit is contained in:
		
							parent
							
								
									84696aed79
								
							
						
					
					
						commit
						79d2ed8cfe
					
				@ -95,6 +95,11 @@
 | 
			
		||||
                min-height: 48px;
 | 
			
		||||
                font-size: 13px;
 | 
			
		||||
                padding: 0 24px;
 | 
			
		||||
 | 
			
		||||
                .datatable-header-cell-template-wrap {
 | 
			
		||||
                    display: inline-flex;
 | 
			
		||||
                    align-items: center;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
@ -172,7 +177,7 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
[class*="datatable-icon-"] {
 | 
			
		||||
    font-family: 'Material Icons';
 | 
			
		||||
    font-family: 'material-outline-icons';
 | 
			
		||||
    font-weight: normal;
 | 
			
		||||
    font-style: normal;
 | 
			
		||||
    font-size: 24px;
 | 
			
		||||
@ -204,11 +209,11 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.datatable-icon-up:before {
 | 
			
		||||
    content: "keyboard_arrow_up";
 | 
			
		||||
    content: "arrow_drop_up";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.datatable-icon-down:before {
 | 
			
		||||
    content: "keyboard_arrow_down";
 | 
			
		||||
    content: "arrow_drop_down";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.datatable-icon-sort:before {
 | 
			
		||||
@ -249,4 +254,4 @@
 | 
			
		||||
 | 
			
		||||
.datatable-icon-prev:before {
 | 
			
		||||
    content: "skip_previous";
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -61,7 +61,7 @@ $custom_palettes: (
 | 
			
		||||
// @ Typography
 | 
			
		||||
// -----------------------------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
// Force the input field font sizes to 16px
 | 
			
		||||
// Angular Material typography
 | 
			
		||||
$typography: mat-typography-config(
 | 
			
		||||
    $font-family: 'Muli, Helvetica Neue, Arial, sans-serif',
 | 
			
		||||
    $title: mat-typography-level(20px, 32px, 600),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user