[ACA-2140] remove some datatable style moved to ADF

- fix permission table width
This commit is contained in:
suzana_dirla 2019-08-20 18:47:25 +03:00
parent bfcd0f1832
commit a971d8c24b
2 changed files with 7 additions and 9 deletions

View File

@ -12,8 +12,11 @@
flex: 1;
.adf-datatable-permission {
.adf-datatable-cell--icon {
width: auto;
width: 100%;
.adf-datatable-cell--icon, // '--icon' should be replaced with '--image' as in all the other data tables
.adf-datatable-cell--image {
min-width: $data-table-thumbnail-width;
}
}
}

View File

@ -8,13 +8,8 @@
$document-list-text-color: mat-color($foreground, text, 0.54) !default;
$document-list-name-text-color: mat-color($foreground, text) !default;
.adf-datatable {
@include flex-column;
overflow-y: scroll;
.adf-datatable-cell {
color: $document-list-text-color;
}
.adf-datatable .adf-datatable-cell {
color: $document-list-text-color;
}
.adf-content-node-selector-content-list .adf-datatable-list {