about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorcwm <chriswmartin@protonmail.com>2017-12-26 13:30:23 -0600
committercwm <chriswmartin@protonmail.com>2017-12-26 13:30:23 -0600
commit46565ed746428929706d344c47755e7373c45c1a (patch)
tree48b5adfb5084a0a3e0643fda1d1f4ef5bbc7ab1a /app/javascript/flavours/glitch/styles/components/index.scss
parent815524412b21ae0624d7f6c2dbb4f15b4e919b6b (diff)
Fix focused background color of favourited direct toot (tootsuite pr #6021)
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss4
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,