Chromium Code Reviews| 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); |
|
dschuyler
2016/09/23 17:29:18
A PR has been made for this at
https://github.com/
|
| } |
| :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> |