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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-input/paper-input-container.html

Issue 2096903002: Revert of [Polymer] update polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/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 79128bca420eedda8cf9e03acde43cd0dd9ebfa7..771ef2b4dd1e4c5c35dc012d87e651aa20a3e20e 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
@@ -119,10 +119,6 @@
@apply(--paper-input-container-disabled);
}
- :host([hidden]) {
- display: none !important;
- }
-
.floated-label-placeholder {
@apply(--paper-font-caption);
}
@@ -312,7 +308,7 @@
</style>
<template is="dom-if" if="[[!noLabelFloat]]">
- <div class="floated-label-placeholder" aria-hidden="true">&nbsp;</div>
+ <div class="floated-label-placeholder">&nbsp;</div>
</template>
<div class$="[[_computeInputContentClass(noLabelFloat,alwaysFloatLabel,focused,invalid,_inputHasContent)]]">

Powered by Google App Engine
This is Rietveld 408576698