mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-3220] fixed icon change when multiselection is enabled (#4033)
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
</mat-icon>
|
</mat-icon>
|
||||||
<ng-template #no_iconvalue>
|
<ng-template #no_iconvalue>
|
||||||
<mat-icon class="adf-datatable-selected"
|
<mat-icon class="adf-datatable-selected"
|
||||||
*ngIf="row.isSelected; else no_selected_row" svgIcon="selected">
|
*ngIf="row.isSelected && !multiselect; else no_selected_row" svgIcon="selected">
|
||||||
</mat-icon>
|
</mat-icon>
|
||||||
<ng-template #no_selected_row>
|
<ng-template #no_selected_row>
|
||||||
<img
|
<img
|
||||||
|
Reference in New Issue
Block a user