mirror of
				https://github.com/twbs/bootstrap.git
				synced 2022-11-09 12:25:43 -05:00 
			
		
		
		
	Fixes #5940: Prevent @headingsColor from changing alert colors
This commit is contained in:
		
							parent
							
								
									bfc97fdaf6
								
							
						
					
					
						commit
						014d3cedf5
					
				
					 2 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,6 +13,10 @@
 | 
			
		|||
  background-color: @warningBackground;
 | 
			
		||||
  border: 1px solid @warningBorder;
 | 
			
		||||
  .border-radius(@baseBorderRadius);
 | 
			
		||||
}
 | 
			
		||||
.alert,
 | 
			
		||||
.alert h4 {
 | 
			
		||||
  // Specified for the h4 to prevent conflicts of changing @headingsColor
 | 
			
		||||
  color: @warningText;
 | 
			
		||||
}
 | 
			
		||||
.alert h4 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue