From: Thibaut Girka Date: Mon, 19 Aug 2019 20:18:43 +0000 (+0200) Subject: Fix composer options colors in glitch-soc light theme X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1d40325e7c9f8f380d4bb2ac55beedfb1bef5009;p=mastodon.git Fix composer options colors in glitch-soc light theme --- diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss index 7da8edbde..35a8ce7a3 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss +++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss @@ -135,13 +135,12 @@ } } - .composer--options { + .composer--options-wrapper { background: lighten($ui-base-color, 10%); - box-shadow: unset; + } - & > hr { - display: none; - } + .composer--options > hr { + display: none; } .composer--options--dropdown--content--item {