From 477930683b46d9c537c77ec8cb1636ec61dce2e8 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 22 Feb 2021 19:02:47 -0500 Subject: [PATCH] UX: More consistent group mention style (#12156) --- app/assets/stylesheets/common/base/group.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/assets/stylesheets/common/base/group.scss b/app/assets/stylesheets/common/base/group.scss index 8c267a6f109..f038deea796 100644 --- a/app/assets/stylesheets/common/base/group.scss +++ b/app/assets/stylesheets/common/base/group.scss @@ -3,11 +3,7 @@ // For example: .group .user-secondary-navigation span.mention-group { - color: var(--primary-high-or-secondary-low); - padding: 2px 4px; - border-radius: 8px; - font-weight: 600; - font-size: $font-down-1; + color: var(--primary); } .group-details-container {