[ACS-9224] Fix datatable accessibility and remove duplicate user-select

This commit is contained in:
Shivangi917
2025-06-20 15:48:21 -04:00
parent db65a4e652
commit 52f1380a70
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
data-automation-id="datatable-row-header" data-automation-id="datatable-row-header"
[disabled]="!isHeaderVisible()" [disabled]="!isHeaderVisible()"
class="adf-datatable-row" class="adf-datatable-row"
role="row"> role="row">
<!-- Drag --> <!-- 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" role="presentation">

View File

@@ -339,7 +339,6 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
opacity: 0.6; opacity: 0.6;
transition: opacity 0.2s ease, background-color 0.2s ease; transition: opacity 0.2s ease, background-color 0.2s ease;
user-select: none; user-select: none;
user-select: none;
touch-action: none; touch-action: none;
position: absolute; position: absolute;
left: 0; left: 0;