PolymerElements / paper-icon-button

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

re-add a paper-icon-button-light version #127

Closed notwaldorf closed 6 years ago

notwaldorf commented 6 years ago

This re-adds the paper-icon-button-light element from 1.x. It's a bit more complicated now, since we don't have type extensions, and now it's a wrapper around a native button and an iron-icon.

Most of the code is copy-pasted from https://github.com/PolymerElements/paper-icon-button/blob/1.x/paper-icon-button-light.html, changed only to:

Tests didn't exist in 1.x and don't exist now.