From: Eugen Rochko Date: Wed, 24 May 2017 02:22:46 +0000 (+0200) Subject: Fix DM being highlighted when it's inside a favourite notification (#3267) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=be83d450eb2d109967f8e92bb3e01225517719d5;p=mastodon.git Fix DM being highlighted when it's inside a favourite notification (#3267) --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 992db014e..880459761 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -557,10 +557,6 @@ &.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%); } @@ -604,6 +600,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;