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

Unified Diff: ui/login/account_picker/user_pod_template.html

Issue 2357623003: Submit button incompatiable with desktop chrome. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/user_pod_template.html
diff --git a/ui/login/account_picker/user_pod_template.html b/ui/login/account_picker/user_pod_template.html
index b554c5ea22018dd891cefe3848f2b00a3a069203..4ffa3887457446a001ebb35b11a1863f3bf038c8 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -41,6 +41,7 @@
<input type="password" class="password"
i18n-values="placeholder:passwordHint">
</div>
+<if expr="chromeos">
<div class="capslock-hint-container">
<img class="capslock-hint"
src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt>
@@ -48,6 +49,7 @@
<paper-icon-button class="submit-button" disabled
icon="user-pod:arrow-forward">
</paper-icon-button>
+</if>
</div>
<!-- User Click Authentication -->
<div class="password-label"></div>
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698