forked from CIT/Vmeda.Online
		
	MOBILE-3752 a11y: Add min size to fab buttons.
This commit is contained in:
		
							parent
							
								
									02376ff881
								
							
						
					
					
						commit
						8542e3c279
					
				@ -131,7 +131,10 @@ ion-button.button-small ion-icon.faicon[slot] {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Buttons.
 | 
			
		||||
ion-button, button, [role="button"] {
 | 
			
		||||
ion-button,
 | 
			
		||||
ion-fab-button,
 | 
			
		||||
button,
 | 
			
		||||
[role="button"] {
 | 
			
		||||
    min-height: var(--a11y-min-target-size);
 | 
			
		||||
    min-width: var(--a11y-min-target-size);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user