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 8f37c14Copy full SHA for 8f37c14
src/material/core/style/_menu-common.scss
@@ -63,12 +63,12 @@ $icon-margin: 16px !default;
63
width: $icon-size;
64
height: 10px;
65
fill: currentColor;
66
- padding-left: $item-spacing;
+ margin-left: $item-spacing;
67
68
[dir='rtl'] & {
69
- right: auto;
70
- padding-right: $item-spacing;
71
- padding-left: 0;
+ margin-right: $item-spacing;
+ margin-left: 0;
+ transform: scaleX(-1);
72
}
73
74
// Fix for Chromium-based browsers blending in the `currentColor` with the background.
0 commit comments