From 0ab9551d46c4f3e33e9d74fbc7a7524b2f940006 Mon Sep 17 00:00:00 2001 From: Wojciech Duda Date: Wed, 30 Apr 2025 15:55:35 +0200 Subject: [PATCH] fix mat selectors variable reference --- projects/aca-content/src/lib/ui/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/aca-content/src/lib/ui/theme.scss b/projects/aca-content/src/lib/ui/theme.scss index 45fbfb057..7dfe6beb7 100644 --- a/projects/aca-content/src/lib/ui/theme.scss +++ b/projects/aca-content/src/lib/ui/theme.scss @@ -349,7 +349,7 @@ adf-dynamic-component { min-height: unset; } -#{$mat-mdc-submenu-icon} { +#{ms.$mat-mdc-submenu-icon} { position: absolute; top: 50%; right: 6px;