PolymerElements / paper-button

A button à la Material Design
https://www.webcomponents.org/element/PolymerElements/paper-button
138 stars 64 forks source link

fix focus state again #18

Closed notwaldorf closed 9 years ago

notwaldorf commented 9 years ago

I don't know exactly why https://github.com/PolymerElements/paper-button/pull/17 works locally (it shouldn't), but it definitely doesn't in the deployed version (makes sense, since I wasn't listening to focus changes 😓). Here's a fix that actually works :(

Hopefully fixes https://github.com/PolymerElements/paper-button/issues/7