Add ripple to groups

master
Max 5 years ago
parent 962646d0de
commit c1741bcb7d

@ -10,6 +10,8 @@
width: 100%
margin-top: 0.5em
cursor: pointer
outline: none
user-select: none
::ng-deep .mat-card-header-text
margin: 0 24px

@ -10,6 +10,7 @@
<div id="grouplist">
<mat-card class="group-card" *ngFor="let group of user.groups"
matRipple
[class.selected]="group === selectedGroup" (click)="showGroupProfile(group)">
<mat-card-header>
<div mat-card-avatar>

Loading…
Cancel
Save