mirror of https://github.com/twbs/bootstrap.git
				
				
				
			removed color treatment of outline
This commit is contained in:
		
							parent
							
								
									2172e2ea8a
								
							
						
					
					
						commit
						55af003669
					
				| 
						 | 
					@ -30,8 +30,8 @@
 | 
				
			||||||
// WebKit-style focus
 | 
					// WebKit-style focus
 | 
				
			||||||
.tab-focus() {
 | 
					.tab-focus() {
 | 
				
			||||||
  // Default
 | 
					  // Default
 | 
				
			||||||
  outline: thin dotted #333;
 | 
					  outline: thin dotted;
 | 
				
			||||||
  // WebKit
 | 
					  //Webkit
 | 
				
			||||||
  outline: 5px auto -webkit-focus-ring-color;
 | 
					  outline: 5px auto -webkit-focus-ring-color;
 | 
				
			||||||
  outline-offset: -2px;
 | 
					  outline-offset: -2px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue