Skip to content

Commit adf4136

Browse files
authored
fix(material/menu): inconsistent layout of submenu icon (#29603)
Fixes that the offset of the submenu icon wasn't identical between LTR and RTL. Fixes #29599.
1 parent d32c826 commit adf4136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/core/style/_menu-common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ $icon-margin: 16px !default;
7474
// Invert the arrow direction.
7575
polygon {
7676
transform: scaleX(-1);
77+
transform-origin: center;
7778
}
7879
}
7980

0 commit comments

Comments
 (0)