From d84b2b5117bd9d50687728d008e37150e604e32d Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 31 Mar 2014 11:29:32 -0400 Subject: [PATCH] Add post highlighting to mobile --- app/assets/stylesheets/mobile/topic-post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index c08b74cb331..d52955a647b 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -478,3 +478,7 @@ blockquote { .posts-wrapper { position: relative; } + +.topic-body.highlighted { + background-color: $emphasis_background_color; +}