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

Unified Diff: ui/login/account_picker/user_pod_row.css

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dan's comments and fix for remove button 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
Index: ui/login/account_picker/user_pod_row.css
diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css
index 88f117b5b9ace18540ef0cce33a97183b0c46472..d33fecf6d2cebdf4bb3f71750b3f63c2eb0d9a0e 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -433,6 +433,16 @@ html[dir=rtl] .action-box-area {
background-image: url(chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_PRESSED);
}
+.action-box-area .action-box-icon {
+ /* overriden in chrome/browser/resources/md_user_manager/user_manager.css */
+ display: none;
+}
+
+.user-image-gradient-area {
+ /* overriden in chrome/browser/resources/md_user_manager/user_manager.css */
+ display: none;
+}
+
.user-type-icon-area {
left: 0;
z-index: 5;
@@ -571,7 +581,16 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu {
}
.action-box-remove-user-warning .remove-warning-button {
- width: 100%;
+ background: rgb(197,57,41);
Dan Beam 2016/04/19 03:44:06 nit: spaces between commas
Moe 2016/04/19 15:20:08 Done.
+ border-radius: 2px;
+ color: white;
+ line-height: 32px;
+ min-width: 72px;
+ padding: 0 16px;
+}
+
+.action-box-remove-user-warning .remove-warning-button.keyboard-focus {
+ font-weight: normal;
}
/* Hide dialog elements not in a correct category. Only combinations currently

Powered by Google App Engine
This is Rietveld 408576698