Open diegohaz opened 9 years ago
You can not use it in paper-icon-button, however you can put it in a div with relative position and a <paper-ripple fit class="circle recenteringTouch"> Make the div and the icon transition both 24px width and height and add 8px padding to the div.
<paper-ripple fit class="circle recenteringTouch">
<div relative style="width:24px; height:24px; padding:8px;"> <paper-ripple fit class="circle recenteringTouch"></paper-ripple> <icon-transition shape="{{shape}}"></icon-transition> </div>
You can not use it in paper-icon-button, however you can put it in a div with relative position and a
<paper-ripple fit class="circle recenteringTouch">
Make the div and the icon transition both 24px width and height and add 8px padding to the div.