From: cwm Date: Tue, 26 Dec 2017 19:30:23 +0000 (-0600) Subject: Fix focused background color of favourited direct toot (tootsuite pr #6021) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=46565ed746428929706d344c47755e7373c45c1a;p=mastodon.git Fix focused background color of favourited direct toot (tootsuite pr #6021) --- diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 9f7e9fbb1..f8e6ad65f 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -674,6 +674,10 @@ .status.status-direct { background: lighten($ui-base-color, 12%); + + &.muted { + background: transparent; + } } .detailed-status,