Set a default outline color and width
- Applied since the browser defaults caused outlines to appear very large in some cases. - Set default color to use app primary color, to help them blend into the design a little. For #1738
This commit is contained in:
		
							parent
							
								
									f9fa6904b9
								
							
						
					
					
						commit
						a9634b6b66
					
				| 
						 | 
				
			
			@ -1,6 +1,7 @@
 | 
			
		|||
* {
 | 
			
		||||
  box-sizing: border-box;
 | 
			
		||||
  outline-color: #444444;
 | 
			
		||||
  outline-color: var(--color-primary);
 | 
			
		||||
  outline-width: 1px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
*:focus {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue