| 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 e863e1e890a75d6106518fb0449e36925746b99a..ef555e6c1966ae75016801ec31baae2e683184ed 100644
|
| --- a/ui/login/account_picker/user_pod_template.html
|
| +++ b/ui/login/account_picker/user_pod_template.html
|
| @@ -1,4 +1,5 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
|
|
| <div id="user-pod-template" class="pod" hidden>
|
| <div class="user-image-pane">
|
| @@ -52,6 +53,7 @@
|
| </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-type-icon-area" hidden>
|
| <div class="custom-appearance user-type-icon-image"></div>
|
| @@ -97,9 +99,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">
|
|
|