[ACA-2604] Fix color update on datable row (#1395)

This commit is contained in:
Baptiste Mahé
2020-04-01 16:33:34 +02:00
committed by GitHub
parent 5351f0f4d7
commit cb26102a99

View File

@@ -24,13 +24,12 @@
.link:hover, .link:hover,
.aca-location-link .adf-datatable-cell-value:hover { .aca-location-link .adf-datatable-cell-value:hover {
color: mat-color($primary) !important; color: mat-color($primary, A200) !important;
text-decoration: underline; text-decoration: underline;
} }
.adf-is-selected .link:not(:hover), .adf-is-selected .link:not(:hover),
.adf-is-selected .aca-location-link .adf-datatable-cell-value:not(:hover) { .adf-is-selected .adf-datatable-cell-value:not(:hover) {
text-decoration: none; color: mat-color($primary) !important;
color: mat-color($primary, A400) !important;
} }
} }