From 3e4f02a1806b4bfdc5096ec1cc8e06f185883005 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 7 Dec 2017 16:10:54 -0500 Subject: [PATCH] UX: Removing staff highlight from .name so it only applies to .user-title --- app/assets/stylesheets/common/base/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index c739ce434f3..d4cd1a2512b 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -73,7 +73,7 @@ } } .names { - span.user-title, .first { + span.user-title { background-color: dark-light-choose($highlight-low, $highlight-medium); color: dark-light-choose($primary-high, $secondary-low); padding-left: 4px;