diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-26 13:30:23 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-26 13:30:23 -0600 |
commit | 46565ed746428929706d344c47755e7373c45c1a (patch) | |
tree | 48b5adfb5084a0a3e0643fda1d1f4ef5bbc7ab1a /app/javascript/flavours | |
parent | 815524412b21ae0624d7f6c2dbb4f15b4e919b6b (diff) |
Fix focused background color of favourited direct toot (tootsuite pr #6021)
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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, |