mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2496] Change hover color on custom name color (#1414)
This commit is contained in:
@@ -13,11 +13,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
.aca-custom-name-column {
|
||||
display: block;
|
||||
align-items: center;
|
||||
@mixin aca-custom-name-column-theme($theme) {
|
||||
$primary: map-get($theme, primary);
|
||||
|
||||
.adf-datatable-cell-value {
|
||||
margin: 0 4px;
|
||||
.aca-custom-name-column {
|
||||
display: block;
|
||||
align-items: center;
|
||||
|
||||
&:hover {
|
||||
color: mat-color($primary, A200);
|
||||
}
|
||||
|
||||
.adf-datatable-cell-value {
|
||||
margin: 0 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user