update polymer components
This commit is contained in:
parent
478617f766
commit
c7fa2299da
31 changed files with 813 additions and 1954 deletions
|
@ -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
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue