[ADF-4708] fileSize header is now left aligned with bottom cells (#4902)

This commit is contained in:
Suzana Dirla
2019-07-05 16:52:39 +03:00
committed by Eugenio Romano
parent b88888b5e4
commit a4fc53a742

View File

@@ -333,6 +333,11 @@
&.adf-datatable__header--sorted-desc::before {
content: '\e5db';
}
&.adf-datatable-cell--fileSize.adf-datatable__header--sorted-asc::before,
&.adf-datatable-cell--fileSize.adf-datatable__header--sorted-desc::before {
left: -3px;
right: -3px;
}
&.adf-datatable-checkbox {
display: flex;
@@ -389,6 +394,9 @@
padding: 17px 10px 10px;
}
}
&--fileSize .adf-datatable-cell-value {
padding: 0;
}
&:focus {
outline-offset: -1px;