From 163cbb4aa7ebb46d88aebcba9a8f8683ace1728d Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 18 Feb 2020 14:38:13 -0500 Subject: [PATCH] UX: Show mentions properly in small post messages --- app/assets/stylesheets/common/base/topic-post.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index b3e25bdd2cd..51df42d966f 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -768,11 +768,19 @@ a.mention { border-radius: 8px; } +span.mention { + font-weight: bold; + font-size: 0.93em; + color: $primary; +} + a.mention-group { font-weight: bold; font-size: 0.93em; color: $primary; - &.notify { + + &.notify, + .small-action-desc & { color: dark-light-choose($primary-high, $secondary-low); padding: 2px 4px; background: $primary-low;