[ACA-2140] remove not needed style

- this actually improves the display of columns inside the content node selector
- increase min-width of datatable cells
This commit is contained in:
suzana_dirla
2019-08-21 10:34:03 +03:00
parent f7329699a0
commit 6ca8de7e4c
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ $document-list-selection-color: mat-color($alfresco-ecm-blue, 500);
$document-list-background: white;
$data-table-dividers-wrapper-border: none;
$data-table-thumbnail-width: 35px;
$data-table-cell-min-width: 120px;
$data-table-cell-min-width: 150px;
$data-table-cell-min-width--no-grow: 120px;
$data-table-cell-min-width--fileSize: 80px !important;
$data-table-cell-text-color: mat-color($foreground, text, 0.54);
@@ -14,13 +14,6 @@
}
}
.adf-content-node-selector-content-list .adf-datatable-list {
.adf-datatable-cell {
flex: 0 1 auto;
min-width: 1px;
}
}
adf-permission-list {
.adf-display-permission-container {
flex: 1;
@@ -28,7 +21,7 @@
.adf-datatable-permission {
width: 100%;
.adf-datatable-cell--icon, // '--icon' should be replaced with '--image' as in all the other data tables
.adf-datatable-cell--icon,
.adf-datatable-cell--image {
min-width: $data-table-thumbnail-width;
}