From f0eede077dbecf18660a887afffcdccdbef6ef0f Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 12 Sep 2013 11:51:05 -0400 Subject: [PATCH] Show bookmark colours on mobile --- app/assets/stylesheets/mobile/topic-post.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-post.css.scss b/app/assets/stylesheets/mobile/topic-post.css.scss index e528063f63..1cbb2ce865 100644 --- a/app/assets/stylesheets/mobile/topic-post.css.scss +++ b/app/assets/stylesheets/mobile/topic-post.css.scss @@ -1,3 +1,4 @@ +@import "common/foundation/variables"; .topic-post { border-top: 1px solid #ddd; @@ -75,9 +76,11 @@ button { } } &.last-read { + color: $red; } &.bookmarked { &:before { + color: $bookmarkColor; } } }