update polymer components

This commit is contained in:
Luke Pulverenti 2015-09-04 00:33:31 -04:00
parent 478617f766
commit c7fa2299da
31 changed files with 813 additions and 1954 deletions

View file

@ -65,6 +65,7 @@ Custom property | Description | Default
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
user-select: none;
cursor: pointer;
@ -159,7 +160,8 @@ Custom property | Description | Default
*/
mini: {
type: Boolean,
value: false
value: false,
reflectToAttribute: true
}
},