From d647835afebe9be4dd428bd40232bb406287041e Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Jul 2015 07:53:15 +1000 Subject: [PATCH] UX: no red hearts in notifications red hearts there call special attention to likes and emphasize likes over replies --- app/assets/stylesheets/common/base/header.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index eb6ab5d3f09..ed398f4a06d 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -193,7 +193,6 @@ // Notifications &#notifications-dropdown { .fa { color: scale-color($primary, $lightness: 50%); } - .fa-heart { color: $love; } .icon { color: scale-color($primary, $lightness: 30%); } li { background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);