From 80e6a826e4d36fa53fbb769ba0deb2d2236db07e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 20 Jul 2014 01:24:45 -0700 Subject: [PATCH] mobile cleanup: .last-read, .has-like --- app/assets/stylesheets/desktop/topic-post.scss | 3 --- app/assets/stylesheets/mobile/topic-post.scss | 6 +----- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index bc216dc548..54db048c00 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -186,9 +186,6 @@ nav.post-controls { content: "\f097"; } } - &.last-read { - color: $danger; - } &.bookmarked { &:before { color: $tertiary; diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index b268ac1c8b..2c03add273 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -57,9 +57,6 @@ button { &.admin { position: relative; } - &.like, &.edit, &.flag, &.delete, &.share, &.bookmark, &.create, &.admin { - float: right; - } &.expand-post { margin:10px 0 10px 0; } @@ -73,8 +70,7 @@ button { content: "\f097"; } } - &.last-read { - color: $danger;} + &.has-like {color: $love;} &.bookmarked { &:before { color: $tertiary;