CSS: Pills in messages cursor:pointer

pull/4784/merge
Luke Barnard 2017-08-15 11:16:30 +01:00
parent 07ca70fd44
commit 6cc62a183f
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
padding-left: 5px;
}
.mx_EventTile_body .mx_UserPill,
.mx_EventTile_body .mx_RoomPill {
cursor: pointer;
}
/* More specific to override `.markdown-body a` color */
.mx_EventTile_content .markdown-body a.mx_UserPill,
.mx_UserPill {