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

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

Issue 2356653002: [MD settings] icons for clickable rows (Closed)
Patch Set: layout adjustment in passwords and site settings 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/paper-ripple/paper-ripple.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple.html b/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple.html
index 1a8e66bc499cf53b4a4a24ffe7c1c71c86efc460..75f5983389a448b7f7291876bd6955910936b892 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple.html
@@ -91,6 +91,8 @@ Apply `circle` class to make the rippling effect within a circle.
* handler "interrupts" that event handler (which happens when the
* ripple is created on demand) */
pointer-events: none;
+
+ @apply(--paper-ripple);
Dan Beam 2016/09/24 02:53:59 i'm confused. anything that is in :host {...} can
dschuyler 2016/09/27 00:43:10 That's true if you're right outside the item. Like
}
:host([animating]) {
@@ -146,4 +148,4 @@ Apply `circle` class to make the rippling effect within a circle.
<div id="waves"></div>
</template>
</dom-module>
-<script src="paper-ripple-extracted.js"></script></body></html>
+<script src="paper-ripple-extracted.js"></script></body></html>

Powered by Google App Engine
This is Rietveld 408576698