mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 20:14:31 +08:00
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 {
|
span.mention-group {
|
||||||
color: var(--primary-high-or-secondary-low);
|
color: var(--primary-high-or-secondary-low);
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
background: rgba(var(--primary-rgb), 0.12);
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user