mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			421 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			421 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
body {
 | 
						|
  font-weight: $mdb-font-weight-base;
 | 
						|
}
 | 
						|
 | 
						|
a {
 | 
						|
  &:focus {
 | 
						|
    outline: none; // remove the terrible @include tab-focus();
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
button:focus {
 | 
						|
  outline: none;
 | 
						|
  //outline: 1px dotted;
 | 
						|
  //outline: 5px auto -webkit-focus-ring-color;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
//// Prevent highlight on mobile
 | 
						|
//* {
 | 
						|
//  -webkit-tap-highlight-color: rgba($white, 0);
 | 
						|
//  -webkit-tap-highlight-color: transparent;
 | 
						|
//  &:focus {
 | 
						|
//    outline: 0;
 | 
						|
//  }
 | 
						|
//}
 |