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

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

Issue 2089563002: [Polymer] update polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: polymer update 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-char-counter.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter.html b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter.html
index a6fb4ce42ca471a84d90db2820cb7eaae28724a3..23bd930eb34db7dd6616b67283ad3873f3451334 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter.html
@@ -39,6 +39,10 @@ Custom property | Description | Default
@apply(--paper-input-char-counter);
}
+ :host([hidden]) {
+ display: none !important;
+ }
+
:host-context([dir="rtl"]) {
float: left;
}

Powered by Google App Engine
This is Rietveld 408576698