From 46565ed746428929706d344c47755e7373c45c1a Mon Sep 17 00:00:00 2001 From: cwm Date: Tue, 26 Dec 2017 13:30:23 -0600 Subject: Fix focused background color of favourited direct toot (tootsuite pr #6021) --- app/javascript/flavours/glitch/styles/components/index.scss | 4 ++++ 1 file changed, 4 insertions(+) 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, -- cgit