[ACS-8955] [ACA] Data Table / Column Pills Drag button is not centered horizontally (#10384)

This commit is contained in:
dominikiwanekhyland
2024-11-14 09:08:10 +01:00
committed by GitHub
parent 0063d83044
commit 412295306c
2 changed files with 5 additions and 0 deletions

View File

@@ -102,6 +102,7 @@
<adf-icon
*ngIf="hoveredHeaderColumnIndex === columnIndex && !isResizing"
value="adf:drag_indicator"
class="adf-datatable-cell-header-drag-icon-visible"
[attr.data-automation-id]="'adf-datatable-cell-header-drag-icon-'+col.key" />
</span>
</div>

View File

@@ -567,6 +567,10 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
cursor: move;
margin-right: -0.5rem;
padding-left: -0.5rem;
&-visible {
display: flex;
}
}
.adf-datatable-cell-value {