form-field-input.scss (material2-7.3.3) | : | form-field-input.scss (material2-7.3.4) | ||
---|---|---|---|---|
skipping to change at line 190 | skipping to change at line 190 | |||
width: 0; | width: 0; | |||
height: 0; | height: 0; | |||
border-left: $arrow-size solid transparent; | border-left: $arrow-size solid transparent; | |||
border-right: $arrow-size solid transparent; | border-right: $arrow-size solid transparent; | |||
border-top: $arrow-size solid; | border-top: $arrow-size solid; | |||
position: absolute; | position: absolute; | |||
top: 50%; | top: 50%; | |||
right: 0; | right: 0; | |||
margin-top: -$arrow-size / 2; | margin-top: -$arrow-size / 2; | |||
// Make the arrow non-clickable so the user can click on the form control un | ||||
der it. | ||||
pointer-events: none; | ||||
[dir='rtl'] & { | [dir='rtl'] & { | |||
right: auto; | right: auto; | |||
left: 0; | left: 0; | |||
} | } | |||
} | } | |||
.mat-input-element { | .mat-input-element { | |||
// The arrow is 2 * $arrow-size wide and we add one more width for some spac ing. | // The arrow is 2 * $arrow-size wide and we add one more width for some spac ing. | |||
$padding: $arrow-size * 3; | $padding: $arrow-size * 3; | |||
padding-right: $padding; | padding-right: $padding; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |