From b2121cd1d003b96cacbd5bbf513554c5310f5da3 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 4 Jun 2014 12:15:59 -0400 Subject: [PATCH] FIX: mobile: highlight in expanded quote is highlighted --- 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 f7cdd7e40d..ea651c0d5c 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -547,6 +547,10 @@ blockquote { background-color: scale-color($tertiary, $lightness: 75%); } +span.highlighted { + background-color: scale-color($highlight, $lightness: 70%); +} + .topic-avatar { width: 100%; float: left;