PolymerElements / paper-button

A button à la Material Design
https://www.webcomponents.org/element/PolymerElements/paper-button
138 stars 64 forks source link

set elevation like the read-only property it is #80

Closed notwaldorf closed 8 years ago

notwaldorf commented 8 years ago

Fixes https://github.com/PolymerElements/paper-button/issues/79.

All the king's horses and all the king's men won't change the fact that elevation is read-only (from PaperButtonBehavior) and it can't be simply assigned to.

cdata commented 8 years ago

LGTM :+1: