From e69f93e72909387eb8a95af47a50cc9f9a440c35 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 14 Nov 2023 17:13:15 -0500 Subject: [PATCH] UX: use mention mixin for chat mentions (#24319) --- plugins/chat/assets/stylesheets/common/chat-message.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/chat/assets/stylesheets/common/chat-message.scss b/plugins/chat/assets/stylesheets/common/chat-message.scss index 458c7a04e3e..84ff508091f 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message.scss @@ -67,14 +67,9 @@ } .mention.highlighted { + @include mention; background: var(--tertiary-low); color: var(--primary); - display: inline-block; - font-size: 0.93em; - font-weight: normal; - padding: 0 0.3em 0.07em; - border-radius: 0.6em; - text-decoration: none; } // Automatic aspect-ratio mapping https://developer.mozilla.org/en-US/docs/Web/Media/images/aspect_ratio_mapping