Fix language and emoji search field background colors on light theme (#29828)

This commit is contained in:
Michael Stanclift 2024-04-03 09:22:50 -05:00 committed by GitHub
parent 56d13069cd
commit 5d67247061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -477,10 +477,7 @@ html {
color: $white; color: $white;
} }
.compose-form, .compose-form .spoiler-input__input {
.spoiler-input__input,
.search__input,
.search__popout {
color: lighten($ui-highlight-color, 8%); color: lighten($ui-highlight-color, 8%);
} }
@ -488,6 +485,8 @@ html {
.compose-form__highlightable, .compose-form__highlightable,
.search__input, .search__input,
.search__popout, .search__popout,
.emoji-mart-search input,
.language-dropdown__dropdown .emoji-mart-search input,
.poll__option input[type='text'] { .poll__option input[type='text'] {
background: darken($ui-base-color, 10%); background: darken($ui-base-color, 10%);
} }