merge from dev
This commit is contained in:
parent
1c8f02ce0f
commit
33b01d778c
911 changed files with 34157 additions and 57125 deletions
|
@ -19,6 +19,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<link rel="import" href="paper-menu-button-animations.html">
|
||||
|
||||
<!--
|
||||
Material design: [Dropdown buttons](https://www.google.com/design/spec/components/buttons.html#buttons-dropdown-buttons)
|
||||
|
||||
`paper-menu-button` allows one to compose a designated "trigger" element with
|
||||
another element that represents "content", to create a dropdown menu that
|
||||
displays the "content" when the "trigger" is clicked.
|
||||
|
@ -52,7 +54,7 @@ Custom property | Description | Default
|
|||
`--paper-menu-button` | Mixin applied to the paper-menu-button | `{}`
|
||||
`--paper-menu-button-disabled` | Mixin applied to the paper-menu-button when disabled | `{}`
|
||||
`--paper-menu-button-dropdown` | Mixin applied to the paper-menu-button dropdown | `{}`
|
||||
|
||||
`--paper-menu-button-content` | Mixin applied to the paper-menu-button content | `{}`
|
||||
|
||||
@hero hero.svg
|
||||
@demo demo/index.html
|
||||
|
@ -88,11 +90,14 @@ Custom property | Description | Default
|
|||
margin-top: 20px;
|
||||
}
|
||||
|
||||
paper-material {
|
||||
iron-dropdown {
|
||||
@apply(--paper-menu-button-dropdown);
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
border-radius: 2px;
|
||||
background-color: var(--paper-menu-button-dropdown-background, --primary-background-color);
|
||||
|
||||
@apply(--paper-menu-button-dropdown);
|
||||
@apply(--paper-menu-button-content);
|
||||
}
|
||||
</style>
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue