From 4543bb9384bac388c34a58771f7131c8fa5ad794 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 3 Apr 2024 09:22:50 -0500 Subject: [PATCH] [Glitch] Fix language and emoji search field background colors on light theme Port 5d67247061770bb4228c479dd03845735b849e3a to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/styles/mastodon-light/diff.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss index 77e737a6eb2..119b0fc2a48 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss +++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss @@ -547,10 +547,7 @@ html { color: $white; } -.compose-form, -.spoiler-input__input, -.search__input, -.search__popout { +.compose-form .spoiler-input__input { color: lighten($ui-highlight-color, 8%); } @@ -558,6 +555,8 @@ html { .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%); }