| 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 3cd5f64b6a9fd41b5d4be05b165dc06d16467b95..d8169846d6aafb65433c16c3a50ecaa5e70add68 100644
|
| --- a/ui/login/account_picker/user_pod_template.html
|
| +++ b/ui/login/account_picker/user_pod_template.html
|
| @@ -49,6 +49,7 @@
|
| <input type="password" class="password"
|
| i18n-values="placeholder:passwordHint">
|
| </div>
|
| +<if expr="chromeos">
|
| <div class="capslock-hint-container">
|
| <img class="capslock-hint"
|
| src="chrome://theme/IDR_LOGIN_PASSWORD_CAPS_LOCK" alt>
|
| @@ -56,6 +57,7 @@
|
| <paper-icon-button class="submit-button" disabled
|
| icon="user-pod:arrow-forward">
|
| </paper-icon-button>
|
| +</if>
|
| </div>
|
| <!-- User Click Authentication -->
|
| <div class="password-label"></div>
|
|
|