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

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

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment, rebase, and fix for browser test Created 4 years, 8 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/account_picker/user_pod_template.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 cf302ba491432ebe6ea563b171e42dac3b2ac2d8..008b28c80dfe5c98812876ae121e254da1e414a3 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -52,6 +52,9 @@
</div>
<div class="action-box-area">
<div class="custom-appearance action-box-button"></div>
+ <iron-icon icon="more-vert" class="action-box-icon"></iron-icon>
+ </div>
+ <div class="user-image-gradient-area">
</div>
<div class="user-type-icon-area" hidden>
<div class="custom-appearance user-type-icon-image"></div>
@@ -97,9 +100,8 @@
</table>
<div class="action-box-remove-legacy-supervised-user-warning-text"
i18n-content="removeLegacySupervisedUserWarningText"></div>
- <button class="remove-warning-button
- custom-appearance button-fancy button-red"
- i18n-content="removeUserWarningButtonTitle"></button>
+ <paper-button class="remove-warning-button"
+ i18n-content="removeUserWarningButtonTitle"></paper-button>
</div>
</div>
<div class="user-type-bubble">
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | ui/login/account_picker/user_pod_template.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698