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

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

Issue 2222583002: Lock screen pin keyboard ui upgrades. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed patch set 9 errors. Created 4 years, 4 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: 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 8bcbce1e3e8a67b39438205e2a630befe6c8a911..1b9427989f07cefe3e39cc8cc9e40b6f86638e27 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -1,7 +1,7 @@
<div id="user-pod-template" class="pod disabled" hidden>
- <div class="user-image-pane pin-tag">
+ <div class="user-image-pane">
<div class="user-image-container">
- <img class="user-image pin-tag" alt>
+ <img class="user-image" alt>
</div>
<div class="signed-in-indicator" i18n-content="signedIn"></div>
<div class="indicator-container">

Powered by Google App Engine
This is Rietveld 408576698