We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d960a4 commit 1438747Copy full SHA for 1438747
src/material/select/select.scss
@@ -197,6 +197,10 @@ div.mat-mdc-select-panel {
197
// for select. The select specific styles are not present as they don't use their text field as a
198
// container. Below are the styles to account for the select arrow icon at the end.
199
.mat-mdc-form-field-type-mat-select {
200
+ &:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper {
201
+ cursor: pointer;
202
+ }
203
+
204
&.mat-form-field-appearance-fill {
205
.mat-mdc-floating-label {
206
max-width: calc(100% - #{$mat-select-placeholder-arrow-space});
0 commit comments