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 80acf79 commit 158d5f3Copy full SHA for 158d5f3
src/material/form-field/_mdc-text-field-structure-overrides.scss
@@ -38,6 +38,11 @@
38
pointer-events: all;
39
}
40
41
+ .mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label {
42
+ // Style the cursor the same way as the rest of the input
43
+ cursor: inherit;
44
+ }
45
+
46
// Reset the height that MDC sets on native input elements. We cannot rely on their
47
// fixed height as we handle vertical spacing differently. MDC sets a fixed height for
48
// inputs and modifies the baseline so that the textfield matches the spec. This does
0 commit comments