diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-08-19 22:18:43 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-08-19 22:18:43 +0200 |
commit | 1d40325e7c9f8f380d4bb2ac55beedfb1bef5009 (patch) | |
tree | 6ca2adfa2e4288a7a442fe1ff491a7a3d107397c /app | |
parent | 9e17f9e95a447712f5907e85cd641d9213d97763 (diff) |
Fix composer options colors in glitch-soc light theme
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/mastodon-light/diff.scss | 9 |
1 files changed, 4 insertions, 5 deletions
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 { |