Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(textfield): safari input has rounded corners (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
moog16 authored Dec 18, 2017
1 parent 4e0e17a commit 2519b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-textfield/mdc-text-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
transition: mdc-text-field-transition(opacity);
border: none;
border-bottom: 1px solid $mdc-text-field-underline-on-light-idle;
border-radius: 0;
background: none;
font-size: inherit;
appearance: none;
Expand Down

0 comments on commit 2519b09

Please sign in to comment.