| Index: third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button.html b/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button.html
|
| index bd4199cb40edc8f7e6eec4627ad4b030e5c62189..f040b45458e639d82e2a1cb103c63146d50443a8 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button.html
|
| @@ -75,8 +75,13 @@ Custom property | Description | Default
|
| user-select: none;
|
| cursor: pointer;
|
| z-index: 0;
|
| + line-height: 1;
|
| +
|
| + width: 40px;
|
| + height: 40px;
|
|
|
| - width: 24px;
|
| + /* Because of polymer/2558, this style has lower specificity than * */
|
| + box-sizing: border-box !important;
|
| @apply(--paper-icon-button);
|
| }
|
|
|
|
|