mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-5567] removed the important property
This commit is contained in:
+8
-10
@@ -1,8 +1,9 @@
|
|||||||
|
adf-permission-list {
|
||||||
.adf {
|
.adf {
|
||||||
&-permission-card {
|
&-permission-card {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex !important;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@@ -47,15 +48,6 @@
|
|||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-permission-role-column-header {
|
|
||||||
position: relative !important;
|
|
||||||
height: 40px;
|
|
||||||
|
|
||||||
.mat-form-field-infix {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&-permission-header {
|
&-permission-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -75,6 +67,7 @@
|
|||||||
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 {
|
||||||
@@ -92,3 +85,8 @@
|
|||||||
box-shadow: 0 8px 9px -5px var(--adf-theme-foreground-divider-color), 0 15px 22px 2px var(--adf-theme-foreground-divider-color);
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user