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 {
|
||||
overflow: hidden;
|
||||
|
||||
.adf-datatable-row .adf-permission-role-column-header {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.adf-delete-permission-column {
|
||||
min-width: 80px;
|
||||
|
||||
|
||||
+12
-21
@@ -67,30 +67,21 @@ adf-permission-list {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[aria-sort='Ascending'] adf-user-role-column,
|
||||
[aria-sort='Descending'] adf-user-role-column {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
[aria-sort='Ascending'] adf-user-role-column,
|
||||
[aria-sort='Descending'] adf-user-role-column {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.adf-permission-pop-over {
|
||||
padding-right: 15px;
|
||||
width: 100%;
|
||||
|
||||
.adf-pop-over-card {
|
||||
.adf-permission-pop-over {
|
||||
padding-right: 15px;
|
||||
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 {
|
||||
position: relative;
|
||||
height: 40px;
|
||||
|
||||
.mat-form-field-infix {
|
||||
border: none;
|
||||
.adf-pop-over-card {
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user