Merge pull request #6060 from emanuelschuetze/los-issues

Fixed minor list of speakers issues
This commit is contained in:
Emanuel Schütze 2021-05-16 20:23:48 +02:00 committed by GitHub
commit 710e825961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,8 @@
*ngIf="canMark(speaker) && !speaker.point_of_order"
>
<mat-icon *ngIf="speaker.marked">star</mat-icon>
<mat-icon class="user-subtitle" *ngIf="!speaker.marked">star_border</mat-icon> </button>
<mat-icon class="user-subtitle" *ngIf="!speaker.marked">star_border</mat-icon>
</button>
</ng-container>
</span>
@ -270,7 +271,7 @@
<mat-icon>add</mat-icon>
<span>{{ 'Add me' | translate }}</span>
</button>
<button *ngIf="isOpInWaitlist()" mat-stroked-button [disabled]="closed" (click)="removeSpeaker()">
<button *ngIf="isOpInWaitlist()" mat-stroked-button (click)="removeSpeaker()">
<mat-icon>remove</mat-icon>
<span>{{ 'Remove me' | translate }}</span>
</button>