mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5364] bug fix (#8686)
This commit is contained in:
@@ -4,13 +4,6 @@
|
||||
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 {
|
||||
height: 310px;
|
||||
overflow-y: auto;
|
||||
|
||||
+7
@@ -33,4 +33,11 @@
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
&-datatable-selected.mat-icon {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin-left: -2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user