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

Fixes #9990
th-downstream
ThibG 6 years ago committed by Eugen Rochko
parent a90bbe9bc1
commit bf0c9d7dfa

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

Loading…
Cancel
Save