[ACA-2140] set $data-table-cell-text-color

- and $data-table-cell-link-color - which must be moved to ADF
This commit is contained in:
suzana_dirla 2019-08-20 19:55:13 +03:00
parent d46316072a
commit f7329699a0
2 changed files with 8 additions and 4 deletions

View File

@ -84,6 +84,8 @@ $data-table-thumbnail-width: 35px;
$data-table-cell-min-width: 120px;
$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);
$data-table-cell-link-color: mat-color($foreground, text);
$data-table-hover-color: #e0f7fa;
$data-table-selection-color: #e0f7fa;

View File

@ -5,11 +5,13 @@
$foreground: map-get($theme, foreground);
$primary: map-get($theme, primary);
$document-list-text-color: mat-color($foreground, text, 0.54) !default;
$document-list-name-text-color: mat-color($foreground, text) !default;
$data-table-cell-link-color: mat-color($foreground, text) !default;
.adf-datatable .adf-datatable-cell {
color: $document-list-text-color;
.adf-datatable {
.adf-datatable-link,
.adf-location-cell a {
color: $data-table-cell-link-color;
}
}
.adf-content-node-selector-content-list .adf-datatable-list {