[Glitch] Fix language and emoji search field background colors on light theme
Port 5d67247061
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main
parent
3503fe1865
commit
4543bb9384
|
@ -547,10 +547,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%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -558,6 +555,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%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue