File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 63
63
width : 100% ;
64
64
}
65
65
66
- // The MDC text-field should stretch to the width of the host `<mat-form-field>` element.
67
- // This allows developers to control the width without needing custom CSS overrides.
68
66
.mat-mdc-text-field-wrapper {
67
+ // The MDC text-field should stretch to the width of the host `<mat-form-field>` element.
68
+ // This allows developers to control the width without needing custom CSS overrides.
69
69
width : 100% ;
70
+ // MDC applies the `.mdc-text-field--disabled` class to this element when the input is disabled.
71
+ // This breaks clicking on prefix and suffix buttons, so we override `pointer-events` to always
72
+ // allow clicking.
73
+ pointer-events : auto ;
70
74
}
71
75
72
76
// Vertically center icons.
You can’t perform that action at this time.
0 commit comments