| Index: third_party/polymer/v1_0/components/paper-toggle-button/paper-toggle-button.html
|
| diff --git a/third_party/polymer/v1_0/components/paper-toggle-button/paper-toggle-button.html b/third_party/polymer/v1_0/components/paper-toggle-button/paper-toggle-button.html
|
| index 8e9eee4a2f8e2deec6183b6c3767ddc6fea21c80..a53190752ac0cf4d7211682886991aa97068dff0 100644
|
| --- a/third_party/polymer/v1_0/components/paper-toggle-button/paper-toggle-button.html
|
| +++ b/third_party/polymer/v1_0/components/paper-toggle-button/paper-toggle-button.html
|
| @@ -10,7 +10,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
| <link rel="import" href="../polymer/polymer.html">
|
| <link rel="import" href="../paper-ripple/paper-ripple.html">
|
| -<link rel="import" href="../paper-behaviors/paper-radio-button-behavior.html">
|
| +<link rel="import" href="../paper-behaviors/paper-inky-focus-behavior.html">
|
|
|
| <!--
|
| `paper-toggle-button` provides a ON/OFF switch that user can toggle the state
|
| @@ -38,17 +38,6 @@ Custom property | Description | Default
|
| @hero hero.svg
|
| @demo demo/index.html
|
| -->
|
| -<style is="custom-style">
|
| - :root {
|
| - --paper-toggle-button-unchecked-bar-color: #000000;
|
| - --paper-toggle-button-unchecked-button-color: var(--paper-grey-50);
|
| - --paper-toggle-button-unchecked-ink-color: var(--dark-primary-color);
|
| -
|
| - --paper-toggle-button-checked-bar-color: var(--google-green-500);
|
| - --paper-toggle-button-checked-button-color: var(--google-green-500);
|
| - --paper-toggle-button-checked-ink-color: var(--google-green-500);
|
| - }
|
| -</style>
|
|
|
| <dom-module id="paper-toggle-button">
|
|
|
| @@ -70,7 +59,7 @@ Custom property | Description | Default
|
| is: 'paper-toggle-button',
|
|
|
| behaviors: [
|
| - Polymer.PaperRadioButtonBehavior
|
| + Polymer.PaperInkyFocusBehavior
|
| ],
|
|
|
| hostAttributes: {
|
|
|