| Index: third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error.html b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error.html
|
| index 06928b996051c5a2c4a57b2e12808f5697eb2087..0fb2224e19514429a5c20e74b5e47f91df4bd72e 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error.html
|
| @@ -7,7 +7,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
|
| Code distributed by Google as part of the polymer project is also
|
| subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
| --><html><head><link rel="import" href="../polymer/polymer.html">
|
| -<link rel="import" href="../paper-styles/color.html">
|
| +<link rel="import" href="../paper-styles/default-theme.html">
|
| <link rel="import" href="../paper-styles/typography.html">
|
| <link rel="import" href="paper-input-addon-behavior.html">
|
|
|
| @@ -26,7 +26,7 @@ The following custom properties and mixins are available for styling:
|
|
|
| Custom property | Description | Default
|
| ----------------|-------------|----------
|
| -`--paper-input-container-invalid-color` | The foreground color of the error | `--google-red-500`
|
| +`--paper-input-container-invalid-color` | The foreground color of the error | `--error-color`
|
| `--paper-input-error` | Mixin applied to the error | `{}`
|
| -->
|
|
|
| @@ -37,7 +37,7 @@ Custom property | Description | Default
|
| display: inline-block;
|
| visibility: hidden;
|
|
|
| - color: var(--paper-input-container-invalid-color, --google-red-500);
|
| + color: var(--paper-input-container-invalid-color, --error-color);
|
|
|
| @apply(--paper-font-caption);
|
| @apply(--paper-input-error);
|
|
|