We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3aa65 commit 19c19c0Copy full SHA for 19c19c0
src/lib/select/select.scss
@@ -111,14 +111,22 @@ $mat-select-trigger-font-size: 16px !default;
111
}
112
113
.mat-select-arrow {
114
+ position: absolute;
115
+ right: 0;
116
width: 0;
117
height: 0;
118
border-left: $mat-select-arrow-size solid transparent;
119
border-right: $mat-select-arrow-size solid transparent;
120
border-top: $mat-select-arrow-size solid;
121
margin: 0 $mat-select-arrow-margin;
122
+
123
+ [dir='rtl'] & {
124
+ right: auto;
125
+ left: 0;
126
+ }
127
128
129
130
.mat-select-panel {
131
@include mat-menu-base();
132
padding-top: 0;
0 commit comments