From 87b4615eee157410071dc889a02b0fc3e8b8d913 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Sun, 10 Sep 2017 14:14:52 -0400 Subject: [PATCH] FIX: Bookmark icon was not coloured on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 4068eb00aee..4e35da9a5c3 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -76,21 +76,8 @@ nav.post-controls { } &.has-like {color: $love;} - .read-icon { - &:before { - font-family: "FontAwesome"; - content: "\f02e"; - } - &.unseen { - &:before { - content: "\f097"; - } - } - &.bookmarked { - &:before { - color: $tertiary; - } - } + &.bookmarked { + color: $tertiary; } }