mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-5364] bug fix (#8686)
This commit is contained in:
committed by
GitHub
parent
9dd9347d17
commit
b16777cce0
@@ -4,13 +4,6 @@
|
|||||||
background-color: var(--theme-background-color);
|
background-color: var(--theme-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-icon.adf-datatable-selected {
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
margin-left: -2px;
|
|
||||||
margin-top: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-sticky-document-list {
|
.adf-sticky-document-list {
|
||||||
height: 310px;
|
height: 310px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
@@ -33,4 +33,11 @@
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-datatable-selected.mat-icon {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
margin-left: -2px;
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user