select.scss (material2-7.3.3) | : | select.scss (material2-7.3.4) | ||
---|---|---|---|---|
skipping to change at line 86 | skipping to change at line 86 | |||
.mat-select-arrow { | .mat-select-arrow { | |||
width: 0; | width: 0; | |||
height: 0; | height: 0; | |||
border-left: $mat-select-arrow-size solid transparent; | border-left: $mat-select-arrow-size solid transparent; | |||
border-right: $mat-select-arrow-size solid transparent; | border-right: $mat-select-arrow-size solid transparent; | |||
border-top: $mat-select-arrow-size solid; | border-top: $mat-select-arrow-size solid; | |||
margin: 0 $mat-select-arrow-margin; | margin: 0 $mat-select-arrow-margin; | |||
} | } | |||
.mat-select-panel-wrap { | ||||
// Prevents width-issues of mat-select-panel with width: calc(100% + 32px) | ||||
// in IE11 due to the parents display: flex; | ||||
flex-basis: 100%; | ||||
} | ||||
.mat-select-panel { | .mat-select-panel { | |||
@include mat-menu-base(); | @include mat-menu-base(); | |||
padding-top: 0; | padding-top: 0; | |||
padding-bottom: 0; | padding-bottom: 0; | |||
max-height: $mat-select-panel-max-height; | max-height: $mat-select-panel-max-height; | |||
min-width: 100%; // prevents some animation twitching and test inconsistencies in IE11 | min-width: 100%; // prevents some animation twitching and test inconsistencies in IE11 | |||
border-radius: 4px; | border-radius: 4px; | |||
@include cdk-high-contrast { | @include cdk-high-contrast { | |||
outline: solid 1px; | outline: solid 1px; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 6 lines changed or added |