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

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

Issue 1633603004: Add script to remove prefixed CSS from third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing files Created 3 years, 9 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.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input.html b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input.html
index 8b9d56736f67d9e00f1ebd9a6c988936d59eb2d7..40864db759ab812145ed973e9206b29ef59f1452 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input.html
@@ -80,21 +80,11 @@ style this element.
display: none !important;
}
- input::-webkit-input-placeholder {
color: var(--paper-input-container-color, --secondary-text-color);
}
- input:-moz-placeholder {
- color: var(--paper-input-container-color, --secondary-text-color);
- }
- input::-moz-placeholder {
- color: var(--paper-input-container-color, --secondary-text-color);
- }
- input:-ms-input-placeholder {
- color: var(--paper-input-container-color, --secondary-text-color);
- }
label {
pointer-events: none;

Powered by Google App Engine
This is Rietveld 408576698