[ACA-2496] Refactor of color change for colum name (#1424)

This commit is contained in:
Baptiste Mahé
2020-04-22 12:42:18 +02:00
committed by GitHub
parent 7cfbd8480a
commit 6147a9a295

View File

@@ -16,12 +16,12 @@
@mixin aca-custom-name-column-theme($theme) {
$primary: map-get($theme, primary);
.aca-custom-name-column {
aca-custom-name-column {
display: block;
align-items: center;
&:hover {
color: mat-color($primary, A200);
color: mat-color($primary, A200) !important;
}
.adf-datatable-cell-value {