mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2604] Fix color update on datable row (#1395)
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user