UX: More consistent group mention style (#12156)
diff --git a/app/assets/stylesheets/common/base/group.scss b/app/assets/stylesheets/common/base/group.scss
index 8c267a6..f038dee 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 {
GitHub sha: 47793068