]> cat aescling's git repositories - mastodon.git/commitdiff
Fix focused background color of notifications of direct toots (#6021)
authorLynx Kotoura <admin@sanin.link>
Wed, 13 Dec 2017 22:36:29 +0000 (07:36 +0900)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Wed, 13 Dec 2017 22:36:29 +0000 (07:36 +0900)
app/javascript/styles/mastodon/components.scss

index ce7150753af86c049f3b44950e78e1586d282905..db07c3dfae171875325dd9b329b2e755ac45d5d0 100644 (file)
 
     .status.status-direct {
       background: lighten($ui-base-color, 12%);
+
+      &.muted {
+        background: transparent;
+      }
     }
 
     .detailed-status,