| Index: third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html
|
| index 1688fdcae0c9cb8852004690c45adb0532f5d3df..b328e26809ef57f0fcf08dbc2057040d61815bb0 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/paper-toggle-button.html
|
| @@ -10,10 +10,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <link rel="import" href="../paper-styles/color.html">
|
| <link rel="import" href="../paper-styles/default-theme.html">
|
| <link rel="import" href="../paper-ripple/paper-ripple.html">
|
| -<link rel="import" href="../paper-behaviors/paper-inky-focus-behavior.html">
|
| -<link rel="import" href="../iron-checked-element-behavior/iron-checked-element-behavior.html">
|
| +<link rel="import" href="../paper-behaviors/paper-checked-element-behavior.html">
|
|
|
| <!--
|
| +Material design: [Switch](https://www.google.com/design/spec/components/selection-controls.html#selection-controls-switch)
|
| +
|
| `paper-toggle-button` provides a ON/OFF switch that user can toggle the state
|
| by tapping or by dragging the switch.
|
|
|
| @@ -46,7 +47,7 @@ Custom property | Description | Default
|
| -->
|
|
|
| </head><body><dom-module id="paper-toggle-button">
|
| - <template>
|
| + <template strip-whitespace="">
|
|
|
| <style>
|
| :host {
|
| @@ -154,9 +155,7 @@ Custom property | Description | Default
|
|
|
| <div class="toggle-container">
|
| <div id="toggleBar" class="toggle-bar"></div>
|
| - <div id="toggleButton" class="toggle-button">
|
| - <paper-ripple id="ink" class="toggle-ink circle" recenters=""></paper-ripple>
|
| - </div>
|
| + <div id="toggleButton" class="toggle-button"></div>
|
| </div>
|
|
|
| <div class="toggle-label"><content></content></div>
|
|
|