Change taskLists selection display.

This commit is contained in:
2022-03-06 12:19:48 +01:00
parent 1037d74620
commit b8e4d34456
4 changed files with 15 additions and 3 deletions

View File

@@ -15,9 +15,11 @@
{{taskList.tasks?.length}} tâches
</ng-template>
</ng-container>
<mat-icon *ngIf="isSelectionModeEnabled() && isSelected(taskList)" class="selection-icon">done</mat-icon>
</div>
{{taskList.name}}
<ng-container *ngIf="isSelectionModeEnabled() && isSelected(taskList)">
<ng-container >
SELECTED
</ng-container>
</div>