Skip to content

Commit

Permalink
Revert "bug(md-select): change the arrow position to absolute (#3580)"
Browse files Browse the repository at this point in the history
This reverts commit 19c19c0.
  • Loading branch information
mmalerba authored Mar 14, 2017
1 parent 19c19c0 commit 0f14999
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,14 @@ $mat-select-trigger-font-size: 16px !default;
}

.mat-select-arrow {
position: absolute;
right: 0;
width: 0;
height: 0;
border-left: $mat-select-arrow-size solid transparent;
border-right: $mat-select-arrow-size solid transparent;
border-top: $mat-select-arrow-size solid;
margin: 0 $mat-select-arrow-margin;

[dir='rtl'] & {
right: auto;
left: 0;
}
}


.mat-select-panel {
@include mat-menu-base();
padding-top: 0;
Expand Down

0 comments on commit 0f14999

Please sign in to comment.