mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
[ACA-2140] remove some datatable style moved to ADF
- fix permission table width
This commit is contained in:
parent
bfcd0f1832
commit
a971d8c24b
@ -12,8 +12,11 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
.adf-datatable-permission {
|
.adf-datatable-permission {
|
||||||
.adf-datatable-cell--icon {
|
width: 100%;
|
||||||
width: auto;
|
|
||||||
|
.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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,13 +8,8 @@
|
|||||||
$document-list-text-color: mat-color($foreground, text, 0.54) !default;
|
$document-list-text-color: mat-color($foreground, text, 0.54) !default;
|
||||||
$document-list-name-text-color: mat-color($foreground, text) !default;
|
$document-list-name-text-color: mat-color($foreground, text) !default;
|
||||||
|
|
||||||
.adf-datatable {
|
.adf-datatable .adf-datatable-cell {
|
||||||
@include flex-column;
|
color: $document-list-text-color;
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
.adf-datatable-cell {
|
|
||||||
color: $document-list-text-color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-content-node-selector-content-list .adf-datatable-list {
|
.adf-content-node-selector-content-list .adf-datatable-list {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user