From 92bb7b926959d36acc5210b8d8adb5280c2294f6 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 14 Feb 2020 13:02:56 -0500 Subject: [PATCH] FIX: Username mentions lost styling --- app/assets/stylesheets/common/base/topic-post.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 5d87827b887..b3e25bdd2cd 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -758,7 +758,16 @@ blockquote > *:last-child { } } -a.mention, +a.mention { + font-weight: bold; + font-size: 0.93em; + color: $primary; + color: dark-light-choose($primary-high, $secondary-low); + padding: 2px 4px; + background: $primary-low; + border-radius: 8px; +} + a.mention-group { font-weight: bold; font-size: 0.93em;