mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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"
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user