We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b49d8c commit 4a29a03Copy full SHA for 4a29a03
src/material/core/style/_menu-common.scss
@@ -66,9 +66,13 @@ $icon-margin: 16px !default;
66
padding-left: $item-spacing;
67
68
[dir='rtl'] & {
69
- right: auto;
70
padding-right: $item-spacing;
71
padding-left: 0;
+
72
+ // Invert the arrow direction.
73
+ polygon {
74
+ transform: scaleX(-1);
75
+ }
76
}
77
78
// Fix for Chromium-based browsers blending in the `currentColor` with the background.
0 commit comments