mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Use more spercific selector instead of !important
This commit is contained in:
parent
cd84d86fd1
commit
65ea7a8460
@ -25,10 +25,10 @@
|
|||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_highlight .mx_EventTile_content .markdown-body a.mx_UserPill_me, .mx_AtRoomPill {
|
.mx_EventTile_highlight .mx_EventTile_content .markdown-body a.mx_UserPill_me,
|
||||||
/* !important because otherwise @room pills in links get their colours clobbered by links styles :( */
|
.mx_EventTile_content .mx_AtRoomPill {
|
||||||
color: $accent-fg-color !important;
|
color: $accent-fg-color;
|
||||||
background-color: $mention-user-pill-bg-color !important;
|
background-color: $mention-user-pill-bg-color;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user