| Index: third_party/polymer/components/paper-input/demo/ssn-input.html
|
| diff --git a/third_party/polymer/components/paper-input/demo/ssn-input.html b/third_party/polymer/components/paper-input/demo/ssn-input.html
|
| index d5cb3ae207b3600df108a993aef1bd9b9995e1a2..c7ab51dd61c8fe6a00a5c2c17cf5f63897be6f0a 100644
|
| --- a/third_party/polymer/components/paper-input/demo/ssn-input.html
|
| +++ b/third_party/polymer/components/paper-input/demo/ssn-input.html
|
| @@ -20,6 +20,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| display: inline-block;
|
| }
|
|
|
| + :host([hidden]) {
|
| + display: none !important;
|
| + }
|
| +
|
| input[is="iron-input"] {
|
| font: inherit;
|
| outline: none;
|
|
|