UI: Remove background from group notifications of @mentions (#10775)

This commit removes the background color from group @mention notifications. This resolves visual contrast issues when 'unread' styles are applied.
This commit is contained in:
Jordan Vidrine 2020-09-29 18:44:12 -05:00 committed by GitHub
parent 9d4009b0e8
commit 3d1ab601d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
span.mention-group {
color: var(--primary-high-or-secondary-low);
padding: 2px 4px;
background: rgba(var(--primary-rgb), 0.12);
border-radius: 8px;
font-weight: 600;
font-size: $font-down-1;