Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-item/paper-icon-item.html

Issue 1766433002: Roll Polymer to 1.3.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698