mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5567]Implemented the changes as per review comments
This commit is contained in:
+4
@@ -6,6 +6,10 @@
|
|||||||
&.adf-datatable {
|
&.adf-datatable {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
.adf-datatable-row .adf-permission-role-column-header {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.adf-delete-permission-column {
|
.adf-delete-permission-column {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
|
|
||||||
|
|||||||
+12
-21
@@ -67,30 +67,21 @@ adf-permission-list {
|
|||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
[aria-sort='Ascending'] adf-user-role-column,
|
[aria-sort='Ascending'] adf-user-role-column,
|
||||||
[aria-sort='Descending'] adf-user-role-column {
|
[aria-sort='Descending'] adf-user-role-column {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-permission-pop-over {
|
.adf-permission-pop-over {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
.adf-pop-over-card {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
|
||||||
box-shadow: 0 8px 9px -5px var(--adf-theme-foreground-divider-color), 0 15px 22px 2px var(--adf-theme-foreground-divider-color);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-datatable .adf-datatable-row .adf-datatable-cell-value .adf-permission-role-column-header {
|
.adf-pop-over-card {
|
||||||
position: relative;
|
width: 100%;
|
||||||
height: 40px;
|
overflow: hidden;
|
||||||
|
box-shadow: 0 8px 9px -5px var(--adf-theme-foreground-divider-color), 0 15px 22px 2px var(--adf-theme-foreground-divider-color);
|
||||||
.mat-form-field-infix {
|
}
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user