]> cat aescling's git repositories - mastodon.git/commitdiff
Disable box shadows for featured hashtags in light theme (#10034)
authorThibG <thib@sitedethib.com>
Wed, 13 Feb 2019 17:33:03 +0000 (18:33 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 13 Feb 2019 17:33:03 +0000 (18:33 +0100)
Fixes #9990

app/javascript/styles/mastodon-light/diff.scss

index 78bc2dbb6d50e0ab8371f7d28676492feb95c48e..de03cf1a6674dae7f71f315e23bde27322de20ba 100644 (file)
 .moved-account-widget,
 .memoriam-widget,
 .activity-stream,
-.nothing-here {
+.nothing-here,
+.directory__tag > a,
+.directory__tag > div {
   box-shadow: none;
 }