PolymerElements / paper-icon-button

A Material Design icon button
https://www.webcomponents.org/element/PolymerElements/paper-icon-button
42 stars 44 forks source link

add focus state #15

Closed notwaldorf closed 9 years ago

notwaldorf commented 9 years ago

This fixes https://github.com/PolymerElements/paper-icon-button/issues/9. I stole the focus state from paper-radio-button and brethren, so it looks like this:

screen shot 2015-05-26 at 5 11 51 pm

notwaldorf commented 9 years ago

I think I'm going to refactor the PaperRadioButtonBehavior and split it into two: 'inky focus state' and 'checked property' behaviors