From: Lynx Kotoura Date: Wed, 13 Dec 2017 22:36:29 +0000 (+0900) Subject: Fix focused background color of notifications of direct toots (#6021) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0d3ffa691ebef1b7874b5369829b7c3e2b006940;p=mastodon.git Fix focused background color of notifications of direct toots (#6021) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index ce7150753..db07c3dfa 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -705,6 +705,10 @@ .status.status-direct { background: lighten($ui-base-color, 12%); + + &.muted { + background: transparent; + } } .detailed-status,