| 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 cf302ba491432ebe6ea563b171e42dac3b2ac2d8..008b28c80dfe5c98812876ae121e254da1e414a3 100644
|
| --- a/ui/login/account_picker/user_pod_template.html
|
| +++ b/ui/login/account_picker/user_pod_template.html
|
| @@ -52,6 +52,9 @@
|
| </div>
|
| <div class="action-box-area">
|
| <div class="custom-appearance action-box-button"></div>
|
| + <iron-icon icon="more-vert" class="action-box-icon"></iron-icon>
|
| + </div>
|
| + <div class="user-image-gradient-area">
|
| </div>
|
| <div class="user-type-icon-area" hidden>
|
| <div class="custom-appearance user-type-icon-image"></div>
|
| @@ -97,9 +100,8 @@
|
| </table>
|
| <div class="action-box-remove-legacy-supervised-user-warning-text"
|
| i18n-content="removeLegacySupervisedUserWarningText"></div>
|
| - <button class="remove-warning-button
|
| - custom-appearance button-fancy button-red"
|
| - i18n-content="removeUserWarningButtonTitle"></button>
|
| + <paper-button class="remove-warning-button"
|
| + i18n-content="removeUserWarningButtonTitle"></paper-button>
|
| </div>
|
| </div>
|
| <div class="user-type-bubble">
|
|
|