Remove unexpected underline from pills

Fixes vector-im/riot-web#8031.
This commit is contained in:
J. Ryan Stinnett 2019-01-07 09:13:01 -06:00
parent 44ecaf6177
commit bf87547f88
2 changed files with 6 additions and 1 deletions

View file

@ -19,6 +19,11 @@
cursor: pointer;
}
/* More specific to override `.markdown-body a` text-decoration */
.mx_EventTile_content .markdown-body a.mx_Pill {
text-decoration: none;
}
/* More specific to override `.markdown-body a` color */
.mx_EventTile_content .markdown-body a.mx_UserPill,
.mx_UserPill {