| Index: third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html
|
| index 6d30b0aec18b40e90987781010ca2626edfb2062..8eeb489f91f76fec49b40e60c31479560968a8ef 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html
|
| @@ -270,6 +270,7 @@ This element is `display:block` by default, but you can set the `inline` attribu
|
| color: var(--paper-input-container-input-color, --primary-text-color);
|
| -webkit-appearance: none;
|
| text-align: inherit;
|
| + vertical-align: bottom;
|
|
|
| @apply(--paper-font-subhead);
|
| @apply(--paper-input-container-input);
|
|
|