mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10220] Fix color contrast issue for in folder rule action component (#4934)
This commit is contained in:
+5
@@ -22,6 +22,11 @@
|
|||||||
.adf-textitem-action {
|
.adf-textitem-action {
|
||||||
.adf-textitem-icon {
|
.adf-textitem-icon {
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
|
color: var(--adf-theme-foreground-text-color-064);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--adf-theme-foreground-text-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user