| Index: chrome/browser/resources/chromeos/login/screen_error_message.css
|
| diff --git a/chrome/browser/resources/chromeos/login/screen_error_message.css b/chrome/browser/resources/chromeos/login/screen_error_message.css
|
| index 09fe55ac62b3b38fa9857481600e5fb463dd9625..caa6b8022bf2852c28744687acbd85b1a30c9160 100644
|
| --- a/chrome/browser/resources/chromeos/login/screen_error_message.css
|
| +++ b/chrome/browser/resources/chromeos/login/screen_error_message.css
|
| @@ -9,7 +9,7 @@
|
|
|
| .show-with-ui-state-update,
|
| .show-with-ui-state-signin,
|
| -.show-with-ui-state-locally-managed,
|
| +.show-with-ui-state-supervised,
|
| .show-with-ui-state-kiosk-mode,
|
| .show-with-ui-state-local-state-error,
|
| .show-with-ui-state-auto-enrollment-error,
|
| @@ -27,7 +27,7 @@
|
|
|
| .ui-state-update .show-with-ui-state-update,
|
| .ui-state-signin .show-with-ui-state-signin,
|
| -.ui-state-locally-managed .show-with-ui-state-locally-managed,
|
| +.ui-state-supervised .show-with-ui-state-supervised,
|
| .ui-state-kiosk-mode .show-with-ui-state-kiosk-mode,
|
| .ui-state-local-state-error .show-with-ui-state-local-state-error,
|
| .ui-state-auto-enrollment-error .show-with-ui-state-auto-enrollment-error,
|
|
|