From 899fb8b4d8c4890e7e802eb842a7251eaf91d023 Mon Sep 17 00:00:00 2001 From: Material Web Team Date: Thu, 16 May 2024 07:48:45 -0700 Subject: [PATCH] fix(formfield): Fix for #8187 (rolling back the errant commit) PiperOrigin-RevId: 634390515 --- packages/mdc-form-field/_form-field.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/mdc-form-field/_form-field.scss b/packages/mdc-form-field/_form-field.scss index 194b1cd4f51..d9d09f34787 100644 --- a/packages/mdc-form-field/_form-field.scss +++ b/packages/mdc-form-field/_form-field.scss @@ -64,7 +64,6 @@ @include rtl.reflexive-property(padding, variables.$item-spacing, 0); order: 0; - cursor: inherit; } } }