| Index: third_party/polymer/v1_0/components-chromium/paper-fab/paper-fab.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-fab/paper-fab.html b/third_party/polymer/v1_0/components-chromium/paper-fab/paper-fab.html
|
| index 1ef11d3a909aa444c81e84b16cecdf8d3c3ee0e1..a50a4093ce27ffe87d83b36f255607fb6c0948c1 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-fab/paper-fab.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-fab/paper-fab.html
|
| @@ -10,7 +10,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
|
| <link rel="import" href="../iron-icon/iron-icon.html">
|
| <link rel="import" href="../paper-behaviors/paper-button-behavior.html">
|
| -<link rel="import" href="../paper-material/paper-material.html">
|
| +<link rel="import" href="../paper-material/paper-material-shared-styles.html">
|
| <link rel="import" href="../paper-ripple/paper-ripple.html">
|
| <link rel="import" href="../paper-styles/color.html">
|
| <link rel="import" href="../paper-styles/default-theme.html">
|
| @@ -56,7 +56,7 @@ Custom property | Description | Default
|
|
|
| </head><body><dom-module id="paper-fab">
|
| <template strip-whitespace="">
|
| - <style include="paper-material">
|
| + <style include="paper-material-shared-styles">
|
| :host {
|
| display: inline-block;
|
| position: relative;
|
|
|