| Index: chrome/browser/resources/chromeos/login/header_bar.css
|
| diff --git a/chrome/browser/resources/chromeos/login/header_bar.css b/chrome/browser/resources/chromeos/login/header_bar.css
|
| index cae70517097828ba2b8ddf0f83409f597f0d1272..e752ba4ca3f42237f99dd9193f8343b660a6320b 100644
|
| --- a/chrome/browser/resources/chromeos/login/header_bar.css
|
| +++ b/chrome/browser/resources/chromeos/login/header_bar.css
|
| @@ -66,22 +66,20 @@ html[screen=oobe] .login-header-bar-animate-slow {
|
| background-color: white;
|
| border: 1px solid lightgray;
|
| border-radius: 2px;
|
| - bottom: 15px;
|
| + bottom: 0;
|
| color: black !important;
|
| display: block;
|
| font-size: 13px;
|
| height: auto;
|
| - left: 15px;
|
| - margin: 0 0 -10px -10px;
|
| min-height: 34px;
|
| position: absolute;
|
| text-align: center;
|
| width: 180px;
|
| }
|
|
|
| -html[dir=rtl] #more-settings-header-bar-item.active
|
| - button.add-supervised-user-menu {
|
| - right: 0;
|
| +#more-settings-header-bar-item.active button.add-supervised-user-menu:focus {
|
| + border: 2px solid var(--google-blue-500);
|
| + border-radius: 2px;
|
| }
|
|
|
| html[dir=rtl] .header-bar-item {
|
|
|