From 2b9754f8acef90795ba3e0f491169977b288c461 Mon Sep 17 00:00:00 2001 From: Aleksey Novikov Date: Thu, 24 Oct 2024 13:01:28 +0300 Subject: [PATCH] #5980 fix hover button styles in rtl --- .../src/components/toolbox/toolbox-right.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/survey-creator-core/src/components/toolbox/toolbox-right.scss b/packages/survey-creator-core/src/components/toolbox/toolbox-right.scss index af1bdef067..0babf5c096 100644 --- a/packages/survey-creator-core/src/components/toolbox/toolbox-right.scss +++ b/packages/survey-creator-core/src/components/toolbox/toolbox-right.scss @@ -12,7 +12,9 @@ } } .svc-toolbox__item-submenu-button { + svg { transform: rotate(180deg); + } } } .svc-creator__toolbox--right {