From 7b0f3f4e34a422ef47b7ad0494cf5a1bafb944fb Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 20 Dec 2017 21:24:59 -0500 Subject: [PATCH] FIX: only staff highlight main post, not embedded replies --- app/assets/stylesheets/common/base/topic-post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index e964fd720f7..de4ed21e790 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -67,7 +67,7 @@ // add staff color .moderator { - .cooked { + .regular > .cooked { background-color: dark-light-choose($highlight-low, $highlight-medium); padding: 10px; img:not(.thumbnail) { @@ -75,7 +75,7 @@ height: auto; } } - .names { + .clearfix > .topic-meta-data > .names { span.user-title { background-color: dark-light-choose($highlight-low, $highlight-medium); color: dark-light-choose($primary-high, $secondary-low);