From bf41010ac3cea114af4161a4e0645af41df267c9 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Fri, 30 Mar 2018 10:35:54 +0530 Subject: [PATCH] UX: make own post heart glyph grey --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- app/assets/stylesheets/mobile/topic-post.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 97dc40d0581..3c3726c2ea7 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -58,7 +58,7 @@ nav.post-controls { font-size: $font-up-1; i.fa-heart { padding-left: 5px; - color: $love; + color: dark-light-choose($primary-low-mid, $secondary-high); } &.my-likes { margin-right: -2px; diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 8d2687d721c..7c7cba6997f 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -66,7 +66,7 @@ span.badge-posts { padding: 8px 4px; i.fa-heart { padding-left: 5px; - color: $love; + color: dark-light-choose($primary-low-mid, $secondary-high); } &.my-likes { margin-right: 5px;