Browse Source

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

Fixes #9990
pull/4/head
ThibG 5 years ago
committed by Eugen Rochko
parent
commit
98d1a1f117
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      app/javascript/styles/mastodon-light/diff.scss

+ 3
- 1
app/javascript/styles/mastodon-light/diff.scss 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;
}

Loading…
Cancel
Save