PolymerElements / paper-icon-button

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

Missing ripple in version 1.0.4 #53

Closed sangnguyen1001 closed 8 years ago

sangnguyen1001 commented 8 years ago

I can't see ripple effect in version 1.0.4. It seems that some code <paper-ripple id="ink" class="circle" center></paper-ripple> doesn't present in DOM module

notwaldorf commented 8 years ago

Did you update paper-icon-button without updating any of its dependencies? There were changes downstream that went along with this release (paper-ripple is now created on demand). I think that if you do bower install inside of your element, everything should be up to date again :)

(please re-open if updating the dependencies didn't fix this)