]> cat aescling's git repositories - mastodon.git/commitdiff
Fix DM being highlighted when it's inside a favourite notification (#3267)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 24 May 2017 02:22:46 +0000 (04:22 +0200)
committerGitHub <noreply@github.com>
Wed, 24 May 2017 02:22:46 +0000 (04:22 +0200)
app/javascript/styles/components.scss

index 992db014e41bd22a6296905e3d090b13b2f8ec34..88045976145edf98d68196d5ac7468c5d1718e90 100644 (file)
   &.status-direct {
     background: lighten($ui-base-color, 8%);
 
-    .status__display-name strong {
-      color: $primary-text-color;
-    }
-
     .icon-button.disabled {
       color: lighten($ui-base-color, 16%);
     }
   }
 }
 
+.notification-favourite {
+  .status.status-direct {
+    background: transparent;
+
+    .icon-button.disabled {
+      color: lighten($ui-base-color, 13%);
+    }
+  }
+}
+
 .status__relative-time {
   color: lighten($ui-base-color, 26%);
   float: right;