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

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

Issue 2314283002: Roll Polymer (Closed)
Patch Set: dep Created 4 years, 3 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/iron-icon/iron-icon.html
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html b/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
index c7a29ff4ce2476adf338f0a89575f517cfb5ebbc..f611bd065ce32572540a02f09cdf38975b6a602c 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
+++ b/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
@@ -67,6 +67,7 @@ The following custom properties are available for styling:
Custom property | Description | Default
----------------|-------------|----------
+`--iron-icon` | Mixin applied to the icon | {}
`--iron-icon-width` | Width of the icon | `24px`
`--iron-icon-height` | Height of the icon | `24px`
`--iron-icon-fill-color` | Fill color of the svg icon | `currentcolor`
@@ -94,6 +95,7 @@ Custom property | Description | Default
width: var(--iron-icon-width, 24px);
height: var(--iron-icon-height, 24px);
+ @apply(--iron-icon);
}
</style>
</template>

Powered by Google App Engine
This is Rietveld 408576698