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

Unified Diff: third_party/polymer/components/paper-input/demo/ssn-input.html

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 6 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/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;
« no previous file with comments | « third_party/polymer/components/paper-input/bower.json ('k') | third_party/polymer/components/paper-input/paper-input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698