| Index: third_party/polymer/v1_0/components-chromium/paper-input/README.md
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/README.md b/third_party/polymer/v1_0/components-chromium/paper-input/README.md
|
| index de18f2daa0c7c9a0639c2c17375d809590532057..099d2a383ebe60e7617cf5b87fd9464c2f460d02 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-input/README.md
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-input/README.md
|
| @@ -12,9 +12,9 @@ thing! https://github.com/PolymerLabs/tedium/issues
|
|
|
| -->
|
|
|
| -[](https://travis-ci.org/PolymerElements/paper-input)
|
| +[](https://travis-ci.org/PolymerElements/paper-input)
|
|
|
| -_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-input)_
|
| +_[Demo and API docs](https://elements.polymer-project.org/elements/paper-input)_
|
|
|
|
|
| ##<paper-input>
|
| @@ -162,8 +162,8 @@ The following custom properties and mixins are available for styling:
|
| | Custom property | Description | Default |
|
| | --- | --- | --- |
|
| | `--paper-input-container-color` | Label and underline color when the input is not focused | `--secondary-text-color` |
|
| -| `--paper-input-container-focus-color` | Label and underline color when the input is focused | `--default-primary-color` |
|
| -| `--paper-input-container-invalid-color` | Label and underline color when the input is is invalid | `--google-red-500` |
|
| +| `--paper-input-container-focus-color` | Label and underline color when the input is focused | `--primary-color` |
|
| +| `--paper-input-container-invalid-color` | Label and underline color when the input is is invalid | `--error-color` |
|
| | `--paper-input-container-input-color` | Input foreground color | `--primary-text-color` |
|
| | `--paper-input-container` | Mixin applied to the container | `{}` |
|
| | `--paper-input-container-disabled` | Mixin applied to the container when it's disabled | `{}` |
|
| @@ -200,7 +200,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 | `{}` |
|
|
|
|
|
|
|