PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Allow CSS Mixins for focus and invalid states to apply to paper-input #604

Closed disenhower closed 6 years ago

disenhower commented 6 years ago

The --paper-input-container-input-focus and --paper-input-container-input-invalid mixins do not get applied to the input element within paper-input.

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


disenhower commented 6 years ago

I signed it!

disenhower commented 6 years ago

I signed it!

googlebot commented 6 years ago

CLAs look good, thanks!

notwaldorf commented 6 years ago

I think the actual fix needs more than what you have. Created https://github.com/PolymerElements/paper-input/pull/639 to fix this