mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-9224] Fix datatable accessibility and remove duplicate user-select
This commit is contained in:
@@ -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">
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user