From 3bb00fe222ded7699a06f81ff7fe94cf70869d77 Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:25:34 +0100 Subject: [PATCH] [MNT-25123] Addded scss variables (#5039) --- 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 48b791a73..e1a987ce1 100644 --- a/projects/aca-content/src/lib/ui/overrides/adf-variables.scss +++ b/projects/aca-content/src/lib/ui/overrides/adf-variables.scss @@ -90,7 +90,8 @@ --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-accessibility-tooltip-background-color: #2f3033 + --adf-accessibility-tooltip-background-color: #2f3033, + --adf-pdf-viewer-annotation-tooltip-color: rgb(255, 235, 107) ); // propagates SCSS variables into the CSS variables scope