From 2f5b899bc1a7e6dc4015186eed59d937aeb2d743 Mon Sep 17 00:00:00 2001 From: Material Web Team Date: Mon, 20 May 2024 06:48:17 -0700 Subject: [PATCH] fix(formfield): Fix for #8187 (rolling back the errant commit) PiperOrigin-RevId: 635441493 --- 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; } } }