PolymerElements / paper-input

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

<input> not inheriting cursor #643

Closed valdrinkoshi closed 6 years ago

valdrinkoshi commented 6 years ago

After https://github.com/PolymerElements/paper-input/pull/639 elements setting cursor: pointer in the --paper-input-container-input mixin would not get it applied to the <input> (e.g. paper-dropdown-menu). The fix should be trivial, just include cursor: inherit rule for the input