mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2496] Refactor of color change for colum name (#1424)
This commit is contained in:
@@ -16,12 +16,12 @@
|
|||||||
@mixin aca-custom-name-column-theme($theme) {
|
@mixin aca-custom-name-column-theme($theme) {
|
||||||
$primary: map-get($theme, primary);
|
$primary: map-get($theme, primary);
|
||||||
|
|
||||||
.aca-custom-name-column {
|
aca-custom-name-column {
|
||||||
display: block;
|
display: block;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: mat-color($primary, A200);
|
color: mat-color($primary, A200) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-datatable-cell-value {
|
.adf-datatable-cell-value {
|
||||||
|
Reference in New Issue
Block a user