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

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

Issue 2910203003: Handling edge cases of new login screen (Closed)
Patch Set: Adjust animation duration and add small screen handling Created 3 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
« no previous file with comments | « ui/login/account_picker/md_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/md_user_pod_template.html
diff --git a/ui/login/account_picker/md_user_pod_template.html b/ui/login/account_picker/md_user_pod_template.html
index fc647d35faa0b3305e1becd8f62fe97f312222ca..5023323161af90e15f4430779c122b6a89dffe64 100644
--- a/ui/login/account_picker/md_user_pod_template.html
+++ b/ui/login/account_picker/md_user_pod_template.html
@@ -51,6 +51,7 @@
<paper-icon-button class="action-box-button" disabled
icon="user-pod:dropdown">
</paper-icon-button>
+ <div class="action-box-button ripple-circle"></div>
<iron-icon icon="cr:more-vert" class="action-box-icon"></iron-icon>
</div>
<div class="action-box-menu">
@@ -172,7 +173,7 @@
</div>
<div class="small-pod" hidden>
<div class="small-user-image-container">
- <img class="small-pod-image" alt>
+ <img class="user-image small-pod-image" alt>
</div>
<div class="small-pod-name"></div>
</div>
« no previous file with comments | « ui/login/account_picker/md_user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698