Fix background color of emoji-mart-bar in light theme (#7768)
* Fix background color of emoji-mart-bar * Uniform emoji-mart-search background color in light theme as default
This commit is contained in:
		
							parent
							
								
									2d2002436c
								
							
						
					
					
						commit
						d997fb520a
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		| 
						 | 
					@ -47,6 +47,19 @@
 | 
				
			||||||
  background: darken($ui-base-color, 6%);
 | 
					  background: darken($ui-base-color, 6%);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.emoji-mart-bar {
 | 
				
			||||||
 | 
					  border-color: lighten($ui-base-color, 8%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  &:first-child {
 | 
				
			||||||
 | 
					    background: $ui-base-color;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.emoji-mart-search input {
 | 
				
			||||||
 | 
					  background: rgba($ui-base-color, 0.3);
 | 
				
			||||||
 | 
					  border-color: $ui-base-color;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.focusable:focus {
 | 
					.focusable:focus {
 | 
				
			||||||
  background: $ui-base-color;
 | 
					  background: $ui-base-color;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue