From 3b01f1a32c16767f3033533681528e131be29228 Mon Sep 17 00:00:00 2001 From: Michal Kinas <113341662+MichalKinas@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:59:13 +0100 Subject: [PATCH] [ACS-10220] Fix color contrast issue for in folder rule action component (#4934) --- .../src/rule-details/actions/rule-action.ui-component.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.scss b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.scss index 8ed9a1648..ac6eb8093 100644 --- a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.scss +++ b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.scss @@ -22,6 +22,11 @@ .adf-textitem-action { .adf-textitem-icon { margin-left: -10px; + color: var(--adf-theme-foreground-text-color-064); + + &:hover { + color: var(--adf-theme-foreground-text-color); + } } } }