mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4708] fileSize header is now left aligned with bottom cells (#4902)
This commit is contained in:
committed by
Eugenio Romano
parent
b88888b5e4
commit
a4fc53a742
@@ -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;
|
||||
|
Reference in New Issue
Block a user