From 60535e8f3cd214ca72c93356ae7aa624da506950 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Tue, 21 Nov 2023 23:14:09 +0100 Subject: [PATCH] FIX: relies on mention mixin for size (#24503) This commit fixes a regression where non highlighted mentions have an incorrect size. --- plugins/chat/assets/stylesheets/common/chat-message.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/chat/assets/stylesheets/common/chat-message.scss b/plugins/chat/assets/stylesheets/common/chat-message.scss index 7510c9fcac4..0259b275108 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message.scss @@ -67,14 +67,10 @@ } .mention { - padding: 0 0em 0.07em; - display: inline-block; - font-size: 0.93em; + @include mention; &.highlighted { - @include mention; background: var(--tertiary-low); - color: var(--primary); } }