Fix search box color on light theme (#29808)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							143d9553fa
						
					
				
				
					commit
					fa9574086d
				
			@@ -80,6 +80,7 @@ html {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.search__input,
 | 
			
		||||
.search__popout,
 | 
			
		||||
.setting-text,
 | 
			
		||||
.report-dialog-modal__textarea,
 | 
			
		||||
.audio-player {
 | 
			
		||||
@@ -439,7 +440,8 @@ html {
 | 
			
		||||
.directory__tag > div,
 | 
			
		||||
.card > a,
 | 
			
		||||
.page-header,
 | 
			
		||||
.compose-form .compose-form__warning {
 | 
			
		||||
.compose-form,
 | 
			
		||||
.compose-form__warning {
 | 
			
		||||
  box-shadow: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -475,12 +477,17 @@ html {
 | 
			
		||||
  color: $white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.compose-form .spoiler-input__input {
 | 
			
		||||
.compose-form,
 | 
			
		||||
.spoiler-input__input,
 | 
			
		||||
.search__input,
 | 
			
		||||
.search__popout {
 | 
			
		||||
  color: lighten($ui-highlight-color, 8%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.compose-form .autosuggest-textarea__textarea,
 | 
			
		||||
.compose-form__highlightable,
 | 
			
		||||
.search__input,
 | 
			
		||||
.search__popout,
 | 
			
		||||
.poll__option input[type='text'] {
 | 
			
		||||
  background: darken($ui-base-color, 10%);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user