From: ThibG Date: Wed, 13 Feb 2019 17:33:03 +0000 (+0100) Subject: Disable box shadows for featured hashtags in light theme (#10034) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=98d1a1f117452a5e12d73eaf43a10f36e187402e;p=mastodon.git Disable box shadows for featured hashtags in light theme (#10034) Fixes #9990 --- diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index 78bc2dbb6..de03cf1a6 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -352,6 +352,8 @@ .moved-account-widget, .memoriam-widget, .activity-stream, -.nothing-here { +.nothing-here, +.directory__tag > a, +.directory__tag > div { box-shadow: none; }