From f4b5338c796506c2ebbcb9a285500a4a9cc975c4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 20 Jul 2014 01:39:02 -0700 Subject: [PATCH] move .has-like out of .read-icon block --- app/assets/stylesheets/mobile/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 2c03add27..32cbbbbf9 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -60,6 +60,7 @@ button { &.expand-post { margin:10px 0 10px 0; } + &.has-like {color: $love;} .read-icon { &:before { font-family: "FontAwesome"; @@ -70,7 +71,6 @@ button { content: "\f097"; } } - &.has-like {color: $love;} &.bookmarked { &:before { color: $tertiary;