Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1586)

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-input/README.md

Issue 1766433002: Roll Polymer to 1.3.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-->
-[![Build Status](https://travis-ci.org/PolymerElements/paper-input.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-input)
+[![Build status](https://travis-ci.org/PolymerElements/paper-input.svg?branch=master)](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 | `{}` |

Powered by Google App Engine
This is Rietveld 408576698