Disable box shadows for featured hashtags in light theme (#10034)

Fixes #9990
This commit is contained in:
ThibG 2019-02-13 18:33:03 +01:00 committed by Eugen Rochko
parent c6e7b97baa
commit 98d1a1f117
1 changed files with 3 additions and 1 deletions

View File

@ -352,6 +352,8 @@
.moved-account-widget,
.memoriam-widget,
.activity-stream,
.nothing-here {
.nothing-here,
.directory__tag > a,
.directory__tag > div {
box-shadow: none;
}