Skip to content

Commit

Permalink
fix(material/form-field): fix typography for native input element (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Sep 13, 2022
1 parent 07b56eb commit a0d74da
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -14,6 +14,9 @@
// depending on the CSS order, with an affix selector joint with the input.
.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control {
font: inherit;
letter-spacing: inherit;
text-decoration: inherit;
text-transform: inherit;
border: none;
}

Expand Down

0 comments on commit a0d74da

Please sign in to comment.