PolymerElements / paper-input

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

Expose mixins to configure .input-content #628

Closed victorbalan closed 4 years ago

victorbalan commented 6 years ago

Fixes #535 Add --paper-input-container-input-content and --paper-input-container-input-content-focus mixins.

googlebot commented 6 years ago

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

googlebot commented 6 years ago

CLAs look good, thanks!

victorbalan commented 6 years ago

@notwaldorf Seems like you have the most commits. Would you please review and maybe push it forward towards the 2.x branch if it respects the guidelines?

victorbalan commented 6 years ago

It not only fixes the mentioned issue but also blocks the upgrade to polymer 2.x in my case because I used the ::shadow selector to apply custom styling on the .input-content div.