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

Commit

Permalink
fix(text-field): Clicking label should focus textfield (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest authored Mar 8, 2018
1 parent 77b15f4 commit f17e0d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/mdc-textfield/mdc-text-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

width: 100%;
padding: 0 0 8px;
padding: 20px 0 8px;
transition: mdc-text-field-transition(opacity);
border: none;
border-bottom: 1px solid;
Expand Down Expand Up @@ -163,10 +163,6 @@
&:not(.mdc-text-field--textarea):not(.mdc-text-field--outlined) {
height: 48px;
}

.mdc-floating-label {
pointer-events: none;
}
}

.mdc-text-field--dense {
Expand Down

0 comments on commit f17e0d3

Please sign in to comment.