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

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 Roger's comments, css cleanup, rtl css tweak Created 4 years, 10 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 412179398c7ba5d6f38c990c7d76f0642698262d..bc1aa313c669707b631e34b9337e5c8090eafca1 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -433,6 +433,10 @@ html[dir=rtl] .action-box-area {
background-image: url(chrome://theme/IDR_OOBE_ACTION_BOX_BUTTON_PRESSED);
}
+.action-box-area .action-box-icon {
+ display: none;
+}
+
.user-type-icon-area {
left: 0;
z-index: 5;
@@ -571,7 +575,16 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu {
}
.action-box-remove-user-warning .remove-warning-button {
- width: 100%;
+ background: rgb(210, 63, 49);
+ border-radius: 2px;
+ color: #fff;
+ 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