| Index: ui/login/account_picker/user_pod_row.css
|
| diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css
|
| index b1e0b36f759491aa0336998ed31219a783962f3b..10b21707ba3712ceb0721bd1176cf5c7909d36a0 100644
|
| --- a/ui/login/account_picker/user_pod_row.css
|
| +++ b/ui/login/account_picker/user_pod_row.css
|
| @@ -426,8 +426,8 @@ html[dir=rtl] .user-type-icon-area {
|
| width: 16px;
|
| }
|
|
|
| -.user-type-icon-area.supervised .user-type-icon-image {
|
| - background-image: url(chrome://theme/IDR_SUPERVISED_USER_ICON);
|
| +.user-type-icon-area.legacySupervised .user-type-icon-image {
|
| + background-image: url(chrome://theme/IDR_LEGACY_SUPERVISED_USER_ICON);
|
| }
|
|
|
| .user-type-icon-area.child .user-type-icon-image {
|
| @@ -522,7 +522,7 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu {
|
| }
|
|
|
| .action-box-remove-user-warning-text,
|
| -.action-box-remove-supervised-user-warning-text {
|
| +.action-box-remove-legacy-supervised-user-warning-text {
|
| padding-bottom: 20px;
|
| }
|
|
|
|
|