Skip to content

Commit

Permalink
fix(material/menu): inconsistent layout of submenu icon (#29603)
Browse files Browse the repository at this point in the history
Fixes that the offset of the submenu icon wasn't identical between LTR and RTL.

Fixes #29599.

(cherry picked from commit adf4136)
  • Loading branch information
crisbeto committed Aug 19, 2024
1 parent f719693 commit b2a32e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/material/core/style/_menu-common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ $icon-margin: 16px !default;
// Invert the arrow direction.
polygon {
transform: scaleX(-1);
transform-origin: center;
}
}

Expand Down

0 comments on commit b2a32e9

Please sign in to comment.