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 82d1ef761f9fcc907478617d8696c648c5d1f9d6..3d4bc8c7ae19dbf774444fda241850362b299c07 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 |
@@ -34,6 +34,7 @@ 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-item-icon` | Mixin applied to the icon area | `{}` |
`--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 | `{}` |
@@ -61,6 +62,7 @@ Custom property | Description | |
@apply(--layout-center); |
width: var(--paper-item-icon-width, 56px); |
+ @apply(--paper-item-icon); |
} |
</style> |