Skip to content

Commit 4b92500

Browse files
ClearlyClairehiyuki2578
authored andcommitted
Disable box shadows for featured hashtags in light theme (mastodon#10034)
Fixes mastodon#9990
1 parent 9b8d7a0 commit 4b92500

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • app/javascript/styles/mastodon-light

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@
352352
.moved-account-widget,
353353
.memoriam-widget,
354354
.activity-stream,
355-
.nothing-here {
355+
.nothing-here,
356+
.directory__tag > a,
357+
.directory__tag > div {
356358
box-shadow: none;
357359
}

0 commit comments

Comments
 (0)