diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index bc216dc5481..54db048c001 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 b268ac1c8b5..2c03add273a 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;