Fix wrong text color on some buttons in light theme in web UI (#23156)
This commit is contained in:
		
							parent
							
								
									4894deca7e
								
							
						
					
					
						commit
						13e9d91ba7
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,14 @@ html {
 | 
			
		|||
  &.button-alternative-2 {
 | 
			
		||||
    color: $white;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &.button-tertiary {
 | 
			
		||||
    color: $highlight-text-color;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.simple_form .button.button-tertiary {
 | 
			
		||||
  color: $highlight-text-color;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-card__actions button,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue