We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a8774a + 92d34ef commit 456fd48Copy full SHA for 456fd48
projects/dxc-ngx-cdk/src/lib/dxc-crud-table/dxc-crud-cell-render/dxc-crud-cell-render.component.html
@@ -1,4 +1,4 @@
1
-<a href="javascript:void(0);" class="mat-icon material-icons position-relative float-left mr-2" role="checkbox"
+<a href="javascript:void(0);" class="mat-icon material-icons position-relative float-left mr-3" role="checkbox"
2
[attr.aria-checked]="rowData.isSelected" *ngIf="isFirst && rowSelection != 'none'" [matTooltip]="resource.selectRow?.description"
3
[attr.aria-label]="resource.selectRowMessage?.description" (click)="rowChecked(rowData)">
4
<span class="position-absolute font-size-25 left-0">check_box_outline_blank</span>
0 commit comments