From 61b0b86cf9f2f61b270e283456a7e101997a9b10 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sun, 18 Aug 2024 21:29:01 +0200 Subject: [PATCH] fix(material/menu): inconsistent layout of submenu icon Fixes that the offset of the submenu icon wasn't identical between LTR and RTL. Fixes #29599. --- src/material/core/style/_menu-common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/material/core/style/_menu-common.scss b/src/material/core/style/_menu-common.scss index adbc407a9386..58ce104ce9d0 100644 --- a/src/material/core/style/_menu-common.scss +++ b/src/material/core/style/_menu-common.scss @@ -74,6 +74,7 @@ $icon-margin: 16px !default; // Invert the arrow direction. polygon { transform: scaleX(-1); + transform-origin: center; } }