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':
|
[ngClass]="{ 'adf-datatable-cell-header-content--hovered':
|
||||||
hoveredHeaderColumnIndex === columnIndex &&
|
hoveredHeaderColumnIndex === columnIndex &&
|
||||||
!isDraggingHeaderColumn &&
|
!isDraggingHeaderColumn &&
|
||||||
!isResizing }"
|
!isResizing && col.sortable}"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
*ngIf="hoveredHeaderColumnIndex === columnIndex && col.draggable && !isResizing"
|
*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;
|
box-sizing: border-box;
|
||||||
|
|
||||||
.adf-datatable-row {
|
.adf-datatable-row {
|
||||||
|
padding-right: 15px;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
Reference in New Issue
Block a user