From be0d971eb34a66748447efb13437ae6ca1174e80 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 31 Aug 2015 00:46:39 +0800 Subject: [PATCH] UX: Love hearts. --- app/assets/stylesheets/desktop/topic-list.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index b0432b2fc2d..664ea75e0ff 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -121,6 +121,9 @@ } .likes { width: 65px; + i.fa-heart { + color: $love; + } } .views { width: 65px;