| Index: third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html b/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
|
| index e395853c58e9707ab5082454dfeb355d3bab05cb..c7a29ff4ce2476adf338f0a89575f517cfb5ebbc 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
|
| @@ -80,24 +80,22 @@ Custom property | Description | Default
|
| -->
|
|
|
| </head><body><dom-module id="iron-icon">
|
| + <template>
|
| + <style>
|
| + :host {
|
| + @apply(--layout-inline);
|
| + @apply(--layout-center-center);
|
| + position: relative;
|
|
|
| - <style>
|
| - :host {
|
| - @apply(--layout-inline);
|
| - @apply(--layout-center-center);
|
| - position: relative;
|
| -
|
| - vertical-align: middle;
|
| -
|
| - fill: var(--iron-icon-fill-color, currentcolor);
|
| - stroke: var(--iron-icon-stroke-color, none);
|
| + vertical-align: middle;
|
|
|
| - width: var(--iron-icon-width, 24px);
|
| - height: var(--iron-icon-height, 24px);
|
| - }
|
| - </style>
|
| + fill: var(--iron-icon-fill-color, currentcolor);
|
| + stroke: var(--iron-icon-stroke-color, none);
|
|
|
| - <template>
|
| + width: var(--iron-icon-width, 24px);
|
| + height: var(--iron-icon-height, 24px);
|
| + }
|
| + </style>
|
| </template>
|
|
|
| </dom-module>
|
|
|