Fix regression of icon button colors in web UI (#25679)
This commit is contained in:
		
					parent
					
						
							
								54cb679c19
							
						
					
				
			
			
				commit
				
					
						69e124e2ed
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -62,8 +62,8 @@ $darker-text-color: $ui-primary-color !default; | |||
| $dark-text-color: $ui-base-lighter-color !default; | ||||
| $secondary-text-color: $ui-secondary-color !default; | ||||
| $highlight-text-color: lighten($ui-highlight-color, 8%) !default; | ||||
| $action-button-color: $ui-base-color !default; | ||||
| $action-button-focus-color: $ui-base-color !default; | ||||
| $action-button-color: $ui-base-lighter-color !default; | ||||
| $action-button-focus-color: lighten($ui-base-lighter-color, 4%) !default; | ||||
| $passive-text-color: $gold-star !default; | ||||
| $active-passive-text-color: $success-green !default; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue