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

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

Issue 2839293002: Roll some polymer elements and remove stuff from chromium.patch (Closed)
Patch Set: . Created 3 years, 8 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-icon-button/paper-icon-button-light.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html b/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html
index 2eaa665de722f07325ee4ea40f3d5dcb4ed04995..cb0eba148c570d12a01a30132a002ffb43b9becf 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light.html
@@ -10,6 +10,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="../paper-behaviors/paper-ripple-behavior.html">
<!--
+The following custom properties and mixins are also available for styling:
+
+Custom property | Description | Default
+----------------|-------------|----------
+`--paper-icon-button-light-ripple` | Mixin applied to the paper ripple | `{}`
+
@group Paper Elements
@element paper-icon-button-light
@demo demo/paper-icon-button-light.html
@@ -45,6 +51,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
paper-ripple {
opacity: 0.6;
color: currentColor;
+ @apply(--paper-icon-button-light-ripple);
}
</style>
<content></content>

Powered by Google App Engine
This is Rietveld 408576698