From cb26102a99f2a081ab1547ad8c3f277cb5319aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Wed, 1 Apr 2020 16:33:34 +0200 Subject: [PATCH] [ACA-2604] Fix color update on datable row (#1395) --- .../search-results-row/search-results-row.component.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/components/search/search-results-row/search-results-row.component.scss b/src/app/components/search/search-results-row/search-results-row.component.scss index aa8e8f7bd..dc6f74823 100644 --- a/src/app/components/search/search-results-row/search-results-row.component.scss +++ b/src/app/components/search/search-results-row/search-results-row.component.scss @@ -24,13 +24,12 @@ .link:hover, .aca-location-link .adf-datatable-cell-value:hover { - color: mat-color($primary) !important; + color: mat-color($primary, A200) !important; text-decoration: underline; } .adf-is-selected .link:not(:hover), - .adf-is-selected .aca-location-link .adf-datatable-cell-value:not(:hover) { - text-decoration: none; - color: mat-color($primary, A400) !important; + .adf-is-selected .adf-datatable-cell-value:not(:hover) { + color: mat-color($primary) !important; } }