Fix colors and typography on hashtag bar in web UI (#26666)
This commit is contained in:
		
					parent
					
						
							
								01b87a1632
							
						
					
				
			
			
				commit
				
					
						10b06436d1
					
				
			
		
					 2 changed files with 15 additions and 10 deletions
				
			
		|  | @ -9308,19 +9308,24 @@ noscript { | |||
|   display: flex; | ||||
|   flex-wrap: wrap; | ||||
|   font-size: 14px; | ||||
|   line-height: 18px; | ||||
|   gap: 4px; | ||||
|   color: $darker-text-color; | ||||
| 
 | ||||
|   a { | ||||
|     display: inline-flex; | ||||
|     color: $dark-text-color; | ||||
|     color: inherit; | ||||
|     text-decoration: none; | ||||
| 
 | ||||
|     &:hover { | ||||
|       text-decoration: none; | ||||
| 
 | ||||
|       span { | ||||
|         text-decoration: underline; | ||||
|       } | ||||
|     &:hover span { | ||||
|       text-decoration: underline; | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|   .link-button { | ||||
|     color: inherit; | ||||
|     font-size: inherit; | ||||
|     line-height: inherit; | ||||
|     padding: 0; | ||||
|   } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue