[ACS-9224] remove role=presentation from drag

This commit is contained in:
Shivangi917
2025-06-20 16:05:21 -04:00
parent 52f1380a70
commit faddad5a5f

View File

@@ -17,7 +17,7 @@
role="row">
<!-- Drag -->
<div *ngIf="enableDragRows" class="adf-datatable-cell-header adf-drag-column" role="presentation">
<div *ngIf="enableDragRows" class="adf-datatable-cell-header adf-drag-column">
<div cdkDragHandle
class="adf-drag-handle"
aria-hidden="true">
@@ -26,8 +26,7 @@
<!-- Actions (left) -->
<div *ngIf="actions && actionsPosition === 'left'"
class="adf-actions-column adf-datatable-cell-header"
role="columnheader">
class="adf-actions-column adf-datatable-cell-header">
<span class="adf-sr-only">{{ 'ADF-DATATABLE.ACCESSIBILITY.ACTIONS' | translate }}</span>
</div>