mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user