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