| Index: third_party/polymer/v1_0/components-chromium/paper-item/paper-icon-item.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-item/paper-icon-item.html b/third_party/polymer/v1_0/components-chromium/paper-item/paper-icon-item.html
|
| index 44c2d335e7aa9af7e1ec178098b0783510e0aa3e..48ba711c458a3f6660b67699e3175f53158f7e61 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-item/paper-icon-item.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-item/paper-icon-item.html
|
| @@ -31,10 +31,16 @@ node with the attribute `item-icon` is placed in the icon area.
|
|
|
| The following custom properties and mixins are available for styling:
|
|
|
| -Custom property | Description | Default
|
| -----------------|-------------|----------
|
| -`--paper-item-icon-width` | Width of the icon area | `56px`
|
| -`--paper-icon-item` | Mixin applied to the item | `{}`
|
| +Custom property | Description | Default
|
| +------------------------------|------------------------------------------------|----------
|
| +`--paper-item-icon-width` | Width of the icon area | `56px`
|
| +`--paper-icon-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 | `{}`
|
|
|
| -->
|
|
|
|
|