Fix dark background error on user-mention autosuggest (#7937)
This commit is contained in:
		
							parent
							
								
									2b44b7a9f6
								
							
						
					
					
						commit
						664fd9fb19
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -52,7 +52,7 @@ | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   .autosuggest-textarea__suggestions { |   .autosuggest-textarea__suggestions { | ||||||
|     background: darken($ui-base-color, 6%); |     background: lighten($ui-base-color, 4%); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   .autosuggest-textarea__suggestions__item { |   .autosuggest-textarea__suggestions__item { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue