PolymerElements / paper-input

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

fix color not inheriting #640

Closed notwaldorf closed 6 years ago

notwaldorf commented 6 years ago

639 changed how the iron-input > input inherits styles, but didn't inherit color correctly. @sorvell says there's a shim limitations where you can't have custom properties inside of an @apply, so that's why the custom property inside of the paper-input-container-shared-input-style mixin doesn't actually get applied