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:
parent
9d4009b0e8
commit
3d1ab601d0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue