| Index: third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html b/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html
|
| index f50037f4ed8783900d0801a6fb367883fde299a7..030a14385e8423d53821526a8c84af885f8e12ab 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html
|
| @@ -8,7 +8,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| --><html><head><link rel="import" href="../polymer/polymer.html">
|
| <link rel="import" href="../paper-ripple/paper-ripple.html">
|
| <link rel="import" href="../paper-styles/default-theme.html">
|
| -<link rel="import" href="../paper-behaviors/paper-radio-button-behavior.html">
|
| +<link rel="import" href="../paper-behaviors/paper-inky-focus-behavior.html">
|
|
|
| <!--
|
| `paper-radio-button` is a button that can be either checked or unchecked.
|
| @@ -40,18 +40,6 @@ Custom property | Description | Default
|
| @demo demo/index.html
|
| -->
|
|
|
| -<style is="custom-style">
|
| - :root {
|
| - --paper-radio-button-unchecked-color: var(--primary-text-color);
|
| - --paper-radio-button-unchecked-ink-color: var(--primary-text-color);
|
| -
|
| - --paper-radio-button-checked-color: var(--default-primary-color);
|
| - --paper-radio-button-checked-ink-color: var(--default-primary-color);
|
| -
|
| - --paper-radio-button-label-color: var(--primary-text-color);
|
| - }
|
| -</style>
|
| -
|
| </head><body><dom-module id="paper-radio-button">
|
|
|
| <link rel="import" type="css" href="paper-radio-button.css">
|
|
|