[Glitch] Fix unreadable placeholder text color in high contrast theme in web UI (#14803)
Port bbcbf12215 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									6dde075425
								
							
						
					
					
						commit
						dadec533ce
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
					@ -75,3 +75,12 @@
 | 
				
			||||||
.public-layout .public-account-header__tabs__tabs .counter.active::after {
 | 
					.public-layout .public-account-header__tabs__tabs .counter.active::after {
 | 
				
			||||||
  border-bottom: 4px solid $ui-highlight-color;
 | 
					  border-bottom: 4px solid $ui-highlight-color;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.composer {
 | 
				
			||||||
 | 
					  .composer--spoiler input,
 | 
				
			||||||
 | 
					  .compose-form__autosuggest-wrapper textarea {
 | 
				
			||||||
 | 
					    &::placeholder {
 | 
				
			||||||
 | 
					      color: $inverted-text-color;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue