From 7c71e8f46530fc4e54a9326ed186b0e0529d54f1 Mon Sep 17 00:00:00 2001 From: Anton Ramanovich <90370279+rmnvch@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:27:17 +0100 Subject: [PATCH] [ACS-10203]: color var for select all tooltip (#5017) * [ACS-10203]: color var * [ACS-10203]: typo fix --- projects/aca-content/src/lib/ui/overrides/adf-variables.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/aca-content/src/lib/ui/overrides/adf-variables.scss b/projects/aca-content/src/lib/ui/overrides/adf-variables.scss index 8646afa98..48b791a73 100644 --- a/projects/aca-content/src/lib/ui/overrides/adf-variables.scss +++ b/projects/aca-content/src/lib/ui/overrides/adf-variables.scss @@ -89,7 +89,8 @@ --adf-secondary-modal-text-color: #212121, --adf-disabled-button-background: rgba(0, 0, 0, 0.12), --adf-chip-border-color: #757575, - --adf-sidenav-active-text-color: rgba(0, 48, 100, 1) + --adf-sidenav-active-text-color: rgba(0, 48, 100, 1), + --adf-accessibility-tooltip-background-color: #2f3033 ); // propagates SCSS variables into the CSS variables scope