[ACA-2970] Change hover and select data row background color (#1394)

This commit is contained in:
Baptiste Mahé
2020-04-01 11:03:31 +02:00
committed by GitHub
parent 0068525c60
commit 5351f0f4d7

View File

@@ -65,8 +65,8 @@ $data-table-cell-min-width--no-grow: 120px;
$data-table-cell-min-width--fileSize: 80px !important; $data-table-cell-min-width--fileSize: 80px !important;
$data-table-cell-text-color: mat-color($foreground, text, 0.54); $data-table-cell-text-color: mat-color($foreground, text, 0.54);
$data-table-cell-link-color: mat-color($foreground, text); $data-table-cell-link-color: mat-color($foreground, text);
$data-table-hover-color: #e0f7fa; $data-table-hover-color: #e3fafd;
$data-table-selection-color: #e0f7fa; $data-table-selection-color: #e3fafd;
$adf-pagination--border: 1px solid mat-color($foreground, text, 0.07); $adf-pagination--border: 1px solid mat-color($foreground, text, 0.07);
$adf-pagination__empty--height: 0; $adf-pagination__empty--height: 0;