Fix group invites such that they look similar to room invites

- Remove CSS for GroupInviteTile - the component should be using RoomTile CSS
 - Added extra tiles to roomCount of RoomSubList header

Part of fixing https://github.com/vector-im/riot-web/issues/5226
This commit is contained in:
Luke Barnard 2017-11-03 12:15:33 +00:00
parent 69a82f7859
commit c60ff5d283
3 changed files with 7 additions and 77 deletions

View file

@ -23,7 +23,6 @@ $mention-user-pill-bg-color: #ff0064;
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);
// groups
$group-alert-color: #774f7e;
$group-my-groups-placeholder-bg: #f7f7f7;
$group-my-groups-placeholder-fg: #888;