Skip to content

Commit

Permalink
Fix language and emoji search field background colors on light theme (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
vmstan authored Apr 3, 2024
1 parent 56d1306 commit 5d67247
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/javascript/styles/mastodon-light/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -477,17 +477,16 @@ html {
color: $white;
}

.compose-form,
.spoiler-input__input,
.search__input,
.search__popout {
.compose-form .spoiler-input__input {
color: lighten($ui-highlight-color, 8%);
}

.compose-form .autosuggest-textarea__textarea,
.compose-form__highlightable,
.search__input,
.search__popout,
.emoji-mart-search input,
.language-dropdown__dropdown .emoji-mart-search input,
.poll__option input[type='text'] {
background: darken($ui-base-color, 10%);
}
Expand Down

0 comments on commit 5d67247

Please sign in to comment.