Adjust background of emoji panel (#1461)
Addresses #1451 which notes the emoji picker is too light. I agree, so I submit this adjustment. Changes: Changed the background to a darkened version of another system color
This commit is contained in:
		
							parent
							
								
									db7c7d1af1
								
							
						
					
					
						commit
						087ca3009b
					
				@ -1425,7 +1425,7 @@ button.active i.fa-retweet {
 | 
			
		||||
.emoji-dialog {
 | 
			
		||||
  width: 280px;
 | 
			
		||||
  height: 220px;
 | 
			
		||||
  background: $color2;
 | 
			
		||||
  background: darken($color3, 10%);
 | 
			
		||||
  box-sizing: border-box;
 | 
			
		||||
  border-radius: 2px;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user