| Index: third_party/polymer/v1_0/components-chromium/paper-item/paper-item.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-item/paper-item.html b/third_party/polymer/v1_0/components-chromium/paper-item/paper-item.html
|
| index f019410ce80410e69a53d665acce6a24044b05e8..bfafc7cc84afb5157cdd19f6a34deac5a80b1438 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-item/paper-item.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-item/paper-item.html
|
| @@ -7,11 +7,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
|
| Code distributed by Google as part of the polymer project is also
|
| subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
| --><html><head><link rel="import" href="../polymer/polymer.html">
|
| -<link rel="import" href="../iron-behaviors/iron-control-state.html">
|
| -<link rel="import" href="../iron-behaviors/iron-button-state.html">
|
| <link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
|
| -<link rel="import" href="../paper-styles/default-theme.html">
|
| -<link rel="import" href="../paper-styles/color.html">
|
| <link rel="import" href="paper-item-behavior.html">
|
| <link rel="import" href="paper-item-shared-styles.html">
|
|
|
| @@ -37,13 +33,13 @@ items.
|
|
|
| The following custom properties and mixins are available for styling:
|
|
|
| -Custom property | Description | Default
|
| -------------------------------|------------------------------------------------|----------
|
| -`--paper-item-min-height` | Minimum height of the item | `48px`
|
| -`--paper-item` | Mixin applied to the item | `{}`
|
| -`--paper-item-selected-weight`| The font weight of a selected item | `bold`
|
| -`--paper-item-selected` | Mixin applied to selected paper-items | `{}`
|
| -`--paper-item-disabled-color` | The color for disabled paper-items | `--disabled-text-color`
|
| +Custom property | Description | Default
|
| +------------------------------|----------------------------------------------|----------
|
| +`--paper-item-min-height` | Minimum height of the item | `48px`
|
| +`--paper-item` | Mixin applied to the item | `{}`
|
| +`--paper-item-selected-weight`| The font weight of a selected item | `bold`
|
| +`--paper-item-selected` | Mixin applied to selected paper-items | `{}`
|
| +`--paper-item-disabled-color` | The color for disabled paper-items | `--disabled-text-color`
|
| `--paper-item-disabled` | Mixin applied to disabled paper-items | `{}`
|
| `--paper-item-focused` | Mixin applied to focused paper-items | `{}`
|
| `--paper-item-focused-before` | Mixin applied to :before focused paper-items | `{}`
|
|
|