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

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

Issue 2875513002: Single user pod implementation for new login screen (Closed)
Patch Set: Address comments 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') | ui/login/account_picker/md_user_pod_template.html » ('j') | 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.css
diff --git a/ui/login/account_picker/md_user_pod_template.css b/ui/login/account_picker/md_user_pod_template.css
index fdc9f0f5640fbdd9d862e600046218bad7c0defe..a3367fe80a6b82b7413e1ffa30959828a95ddcbc 100644
--- a/ui/login/account_picker/md_user_pod_template.css
+++ b/ui/login/account_picker/md_user_pod_template.css
@@ -7,14 +7,8 @@
*/
.action-box-remove-user-warning .remove-warning-button {
- --paper-button: {
- background: var(--google-red-700);
- color: white;
- font-weight: 600;
- @apply(--layout-vertical);
- };
- --paper-button-flat-keyboard-focus: {
- background: rgb(173, 50, 36);
- };
- @apply(--action-button);
+ color: #E67C73;
+ margin: 0;
+ padding: 0;
+ text-transform: none;
}
« no previous file with comments | « ui/login/account_picker/md_user_pod_row.js ('k') | ui/login/account_picker/md_user_pod_template.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698