From 5351f0f4d743f3e7751a5237fbbce130127bca86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Wed, 1 Apr 2020 11:03:31 +0200 Subject: [PATCH] [ACA-2970] Change hover and select data row background color (#1394) --- src/app/ui/custom-theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/ui/custom-theme.scss b/src/app/ui/custom-theme.scss index 4ac9fc1b3..5f69f1385 100644 --- a/src/app/ui/custom-theme.scss +++ b/src/app/ui/custom-theme.scss @@ -65,8 +65,8 @@ $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; +$data-table-hover-color: #e3fafd; +$data-table-selection-color: #e3fafd; $adf-pagination--border: 1px solid mat-color($foreground, text, 0.07); $adf-pagination__empty--height: 0;