PolymerElements / paper-icon-button

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

Customize style on hover #55

Closed maxiplay closed 8 years ago

maxiplay commented 8 years ago

In the example demo. We can change the style on hover with

   paper-icon-button.blue:hover {
    background: var(--paper-light-blue-50);
    border-radius: 50%;
  }

But how to customize with cross scope styling in order to centralize the same behavior ?

My solution

https://github.com/maxiplay/paper-icon-button

cdata commented 8 years ago

Hi, could you re-open this issue with a more specific design proposal for the feature?

For more details and suggestions, please refer to our contribution guidelines!