[ACS-5145] Align header row with data rows. (#8732)

* [ACS-5145] Align header row with data rows.

* Styled email and status header for disabled to sort.

* update to accomodate change in another PR
This commit is contained in:
Aayush Rohila
2023-07-14 18:52:49 +05:30
committed by GitHub
parent 46616f038b
commit 77210f43c3
2 changed files with 3 additions and 1 deletions

View File

@@ -65,7 +65,7 @@
[ngClass]="{ 'adf-datatable-cell-header-content--hovered':
hoveredHeaderColumnIndex === columnIndex &&
!isDraggingHeaderColumn &&
!isResizing }"
!isResizing && col.sortable}"
>
<span
*ngIf="hoveredHeaderColumnIndex === columnIndex && col.draggable && !isResizing"

View File

@@ -229,6 +229,8 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width !default;
box-sizing: border-box;
.adf-datatable-row {
padding-right: 15px;
&:hover,
&:focus {
background-color: inherit;