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

Side by Side 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, 3 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 unified diff | Download patch
« no previous file with comments | « ui/login/account_picker/user_pod_template.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <dom-module id="user-pod-template-shared-styles">
2 <template>
3 <link rel="stylesheet" href="user_pod_template.css">
4 </template>
5 </dom-module>
6
7 <style is="custom-style" include="user-pod-template-shared-styles"></style>
8
1 <div id="user-pod-template" class="pod disabled" hidden> 9 <div id="user-pod-template" class="pod disabled" hidden>
2 <div class="user-image-pane pin-tag"> 10 <div class="user-image-pane pin-tag">
3 <div class="user-image-container"> 11 <div class="user-image-container">
4 <img class="user-image pin-tag" alt> 12 <img class="user-image pin-tag" alt>
5 </div> 13 </div>
6 <div class="signed-in-indicator" i18n-content="signedIn"></div> 14 <div class="signed-in-indicator" i18n-content="signedIn"></div>
7 <div class="indicator-container"> 15 <div class="indicator-container">
8 <div class="indicator legacy-supervised-indicator"></div> 16 <div class="indicator legacy-supervised-indicator"></div>
9 <div class="indicator child-indicator"></div> 17 <div class="indicator child-indicator"></div>
10 <div class="indicator locked-indicator"></div> 18 <div class="indicator locked-indicator"></div>
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 i18n-content="publicSessionLanguageAndInput"></a> 173 i18n-content="publicSessionLanguageAndInput"></a>
166 </div> 174 </div>
167 <button class="enter-button" 175 <button class="enter-button"
168 i18n-content="publicAccountEnter" 176 i18n-content="publicAccountEnter"
169 i18n-values="aria-label:publicAccountEnterAccessibleName"> 177 i18n-values="aria-label:publicAccountEnterAccessibleName">
170 </button> 178 </button>
171 </div> 179 </div>
172 </div> 180 </div>
173 </div> 181 </div>
174 </div> 182 </div>
OLDNEW
« 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