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

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

Issue 2293683002: CrOS "remove this user" button should use red button style just like desktop browser (Closed)
Patch Set: Created 4 years, 4 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.css ('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/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 8bcbce1e3e8a67b39438205e2a630befe6c8a911..2154f50a5880cc2333165e43e3f1061c8d9900ff 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -1,3 +1,18 @@
+<style is="custom-style">
Alexander Alekseev 2016/08/31 00:52:29 Please, move this style to a .css file. Our presub
Qiang(Joe) Xu 2016/08/31 05:02:25 done per discussion
+ .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);
+ }
+</style>
+
<div id="user-pod-template" class="pod disabled" hidden>
<div class="user-image-pane pin-tag">
<div class="user-image-container">
« no previous file with comments | « ui/login/account_picker/user_pod_row.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698