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

Side by Side Diff: ui/login/account_picker/user_pod_template.html

Issue 2365943002: cros: Minor issues regarding submit button and tabbing on user pod fixed. (Closed)
Patch Set: Nit. Created 4 years, 2 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_row.js ('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"> 1 <dom-module id="user-pod-template-shared-styles">
2 <template> 2 <template>
3 <link rel="stylesheet" href="user_pod_template.css"> 3 <link rel="stylesheet" href="user_pod_template.css">
4 </template> 4 </template>
5 </dom-module> 5 </dom-module>
6 6
7 <style is="custom-style" include="user-pod-template-shared-styles"></style> 7 <style is="custom-style" include="user-pod-template-shared-styles"></style>
8 8
9 <iron-iconset-svg name="user-pod" size="24"> 9 <iron-iconset-svg name="user-pod" size="24">
10 <svg> 10 <svg>
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 <div class="password-container"> 48 <div class="password-container">
49 <input type="password" class="password" 49 <input type="password" class="password"
50 i18n-values="placeholder:passwordHint"> 50 i18n-values="placeholder:passwordHint">
51 </div> 51 </div>
52 <if expr="chromeos"> 52 <if expr="chromeos">
53 <div class="capslock-hint-container"> 53 <div class="capslock-hint-container">
54 <img class="capslock-hint" 54 <img class="capslock-hint"
55 src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt> 55 src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt>
56 </div> 56 </div>
57 <paper-icon-button class="submit-button" disabled 57 <paper-icon-button class="submit-button" disabled
58 icon="user-pod:arrow-forward"> 58 icon="user-pod:arrow-forward" tabindex="-1">
59 </paper-icon-button> 59 </paper-icon-button>
60 </if> 60 </if>
61 </div> 61 </div>
62 <!-- User Click Authentication --> 62 <!-- User Click Authentication -->
63 <div class="password-label"></div> 63 <div class="password-label"></div>
64 <div class="signin-transition-container"> 64 <div class="signin-transition-container">
65 <span class="signing-in-label" i18n-content="signingIn"></span> 65 <span class="signing-in-label" i18n-content="signingIn"></span>
66 <span class="animated-ellipsis-component0">.</span> 66 <span class="animated-ellipsis-component0">.</span>
67 <span class="animated-ellipsis-component1">.</span> 67 <span class="animated-ellipsis-component1">.</span>
68 <span class="animated-ellipsis-component2">.</span> 68 <span class="animated-ellipsis-component2">.</span>
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 i18n-content="publicSessionLanguageAndInput"></a> 190 i18n-content="publicSessionLanguageAndInput"></a>
191 </div> 191 </div>
192 <button class="enter-button" 192 <button class="enter-button"
193 i18n-content="publicAccountEnter" 193 i18n-content="publicAccountEnter"
194 i18n-values="aria-label:publicAccountEnterAccessibleName"> 194 i18n-values="aria-label:publicAccountEnterAccessibleName">
195 </button> 195 </button>
196 </div> 196 </div>
197 </div> 197 </div>
198 </div> 198 </div>
199 </div> 199 </div>
OLDNEW
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698