| 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 9d938e147a2602b51fa13b246883efe3dd81a71d..2eaa665de722f07325ee4ea40f3d5dcb4ed04995 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
|
| @@ -30,7 +30,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
| position: relative;
|
| cursor: pointer;
|
| +
|
| + /* NOTE: Both values are needed, since some phones require the value to be `transparent`. */
|
| -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
| + -webkit-tap-highlight-color: transparent;
|
| }
|
|
|
| :host([disabled]) {
|
|
|