| Index: third_party/polymer/components/paper-icon-button/paper-icon-button.html
|
| diff --git a/third_party/polymer/components/paper-icon-button/paper-icon-button.html b/third_party/polymer/components/paper-icon-button/paper-icon-button.html
|
| index 074fe5bb58631a05dce372a7eef319626c071b43..b69330fbb0700d28447469f8511c9a2a21da3d33 100644
|
| --- a/third_party/polymer/components/paper-icon-button/paper-icon-button.html
|
| +++ b/third_party/polymer/components/paper-icon-button/paper-icon-button.html
|
| @@ -76,7 +76,6 @@ Custom property | Description | Default
|
| position: relative;
|
| padding: 8px;
|
| outline: none;
|
| - -webkit-tap-highlight-color: rgba(0,0,0,0);
|
| -webkit-user-select: none;
|
| -moz-user-select: none;
|
| -ms-user-select: none;
|
| @@ -88,6 +87,10 @@ Custom property | Description | Default
|
| width: 40px;
|
| height: 40px;
|
|
|
| + /* 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;
|
| +
|
| /* Because of polymer/2558, this style has lower specificity than * */
|
| box-sizing: border-box !important;
|
|
|
|
|