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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_input_form.css

Issue 1129063003: <gaia-input> element extracted from <gaia-input-form>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected test. Created 5 years, 7 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: chrome/browser/resources/chromeos/login/gaia_input_form.css
diff --git a/chrome/browser/resources/chromeos/login/gaia_input_form.css b/chrome/browser/resources/chromeos/login/gaia_input_form.css
index ca7209120a9778e41ebdd4ee5401dd490f134d6b..7175f961cd062fe2528316505102939559d58efd 100644
--- a/chrome/browser/resources/chromeos/login/gaia_input_form.css
+++ b/chrome/browser/resources/chromeos/login/gaia_input_form.css
@@ -7,35 +7,10 @@
font-size: 16px;
}
-#paperInputDecorator /deep/ .unfocused-underline {
- background-color: rgb(212, 212, 212);
+#inputs::content gaia-input {
+ margin-bottom: 24px;
}
-#paperInputDecorator /deep/ .focused-underline {
- background-color: rgb(66, 133, 244);
-}
-
-#paperInputDecorator /deep/ ::-webkit-input-placeholder,
-#paperInputDecorator /deep/ .label-text {
- color: rgba(0, 0, 0, 0.54);
-}
-
-#paperInputDecorator {
- font-size: 15px;
+#inputs::content gaia-input:last-of-type {
margin-bottom: 28px;
- padding: 0;
-}
-
-#paperInputDecorator /deep/ #inputForm {
- color: rgba(0, 0, 0, 0.87);
-}
-
-:host-context(html[dir=rtl]) #paperInputDecorator /deep/ #inputContainer {
- flex-direction: row-reverse;
-}
-
-#paperInputDecorator /deep/ #emailDomain {
- color: rgba(0, 0, 0, 0.54);
- direction: ltr;
- width: auto;
}
« no previous file with comments | « chrome/browser/resources/chromeos/login/gaia_input.js ('k') | chrome/browser/resources/chromeos/login/gaia_input_form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698