Skip to content

Commit 0f14999

Browse files
authored
Revert "bug(md-select): change the arrow position to absolute (#3580)"
This reverts commit 19c19c0.
1 parent 19c19c0 commit 0f14999

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/lib/select/select.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,14 @@ $mat-select-trigger-font-size: 16px !default;
111111
}
112112

113113
.mat-select-arrow {
114-
position: absolute;
115-
right: 0;
116114
width: 0;
117115
height: 0;
118116
border-left: $mat-select-arrow-size solid transparent;
119117
border-right: $mat-select-arrow-size solid transparent;
120118
border-top: $mat-select-arrow-size solid;
121119
margin: 0 $mat-select-arrow-margin;
122-
123-
[dir='rtl'] & {
124-
right: auto;
125-
left: 0;
126-
}
127120
}
128121

129-
130122
.mat-select-panel {
131123
@include mat-menu-base();
132124
padding-top: 0;

0 commit comments

Comments
 (0)