Use more spercific selector instead of !important

pull/5494/head
David Baker 2017-11-02 10:37:25 +00:00
parent cd84d86fd1
commit 65ea7a8460
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}