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

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

Issue 2027683003: Pin keyboard moved to under the user profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Added a comment. 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
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | ui/login/resource_loader.js » ('j') | 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 6a5c0105caa37b7529a98db956f4204e69f743f1..b319521faf8a7b5a27c97d9fa484bcf1b2d81def 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -1,4 +1,4 @@
-<div id="user-pod-template" class="pod" hidden>
+<div id="user-pod-template" class="pod disabled" hidden>
<div class="user-image-pane">
<div class="user-image-container">
<img class="user-image" alt>
@@ -10,6 +10,9 @@
<div class="indicator locked-indicator"></div>
</div>
</div>
+ <div class="pin-container pin-disabled">
+ <pin-keyboard></pin-keyboard>
+ </div>
<div class="main-pane">
<div class="name-container">
<div class="name"></div>
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | ui/login/resource_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698