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

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: define style module using the dom-module 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_template.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..ede123a7291480f838334c26a1e9c5360fa1e43c 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -1,3 +1,11 @@
+<dom-module id="user-pod-template-shared-styles">
+ <template>
+ <link rel="stylesheet" href="user_pod_template.css">
+ </template>
+</dom-module>
+
+<style is="custom-style" include="user-pod-template-shared-styles"></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_template.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698