Fix prev/next buttons color in media viewer (#25231)
This commit is contained in:
		
					parent
					
						
							
								d39bce963f
							
						
					
				
			
			
				commit
				
					
						675672feb6
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -5470,7 +5470,7 @@ a.status-card.compact:hover { | |||
|   background: transparent; | ||||
|   box-sizing: border-box; | ||||
|   border: 0; | ||||
|   color: rgba($primary-text-color, 0.7); | ||||
|   color: rgba($white, 0.7); | ||||
|   cursor: pointer; | ||||
|   display: flex; | ||||
|   align-items: center; | ||||
|  | @ -5485,7 +5485,7 @@ a.status-card.compact:hover { | |||
|   &:hover, | ||||
|   &:focus, | ||||
|   &:active { | ||||
|     color: $primary-text-color; | ||||
|     color: $white; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue