Skip to content

Commit

Permalink
fix(material-experimental/mdc-form-field): remove extraneous sass var…
Browse files Browse the repository at this point in the history
… added by #21676 (#21772)
  • Loading branch information
mmalerba authored Feb 2, 2021
1 parent 155c7c2 commit fc86fb5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ $mat-form-field-hint-min-space: 1em !default;
// inputs. We take the explicit numbers provided by the Material Design specification.
// https://material.io/components/text-fields/#specs

$mat-form-field-height: 56px;

// Vertical spacing of the text-field if there is a label. MDC hard-codes the spacing into
// their styles, but their spacing variables would not work for our form-field structure anyway.
// This is because MDC's alignment depends on the input element to expand to full infix height.
Expand Down

0 comments on commit fc86fb5

Please sign in to comment.