Use more spercific selector instead of !important
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.mx_EventTile_highlight .mx_EventTile_content .markdown-body a.mx_UserPill_me, .mx_AtRoomPill {
|
||||
/* !important because otherwise @room pills in links get their colours clobbered by links styles :( */
|
||||
color: $accent-fg-color !important;
|
||||
background-color: $mention-user-pill-bg-color !important;
|
||||
.mx_EventTile_highlight .mx_EventTile_content .markdown-body a.mx_UserPill_me,
|
||||
.mx_EventTile_content .mx_AtRoomPill {
|
||||
color: $accent-fg-color;
|
||||
background-color: $mention-user-pill-bg-color;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user