diff --git a/src/app/components/social/friends/friends.component.sass b/src/app/components/social/friends/friends.component.sass index 10919ea..253ee4a 100644 --- a/src/app/components/social/friends/friends.component.sass +++ b/src/app/components/social/friends/friends.component.sass @@ -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 diff --git a/src/app/components/social/groups/groups.component.html b/src/app/components/social/groups/groups.component.html index 635e734..aa85510 100644 --- a/src/app/components/social/groups/groups.component.html +++ b/src/app/components/social/groups/groups.component.html @@ -2,7 +2,7 @@ Groups
@@ -10,7 +10,8 @@
+ matRipple + [class.selected]="group === selectedGroup" (click)="showGroupProfile(group)">