| Index: chrome/browser/resources/chromeos/login/user_pod_row.css
|
| diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
|
| index 00cf73442db16509595ae37268eb84315be41222..0f32d50843be24519823aee6ca9db42d52abe81f 100644
|
| --- a/chrome/browser/resources/chromeos/login/user_pod_row.css
|
| +++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
|
| @@ -174,7 +174,8 @@ button.custom-button:focus:hover {
|
| display: -webkit-box;
|
| }
|
|
|
| -.pod .signin-button {
|
| +.pod .signin-button,
|
| +.pod .launch-app-button {
|
| box-sizing: border-box;
|
| display: inline-block;
|
| height: 26px;
|
| @@ -184,7 +185,8 @@ button.custom-button:focus:hover {
|
| padding: 4px 8px;
|
| }
|
|
|
| -.pod:not(.focused) .signin-button {
|
| +.pod:not(.focused) .signin-button,
|
| +.pod:not(.focused) .launch-app-button {
|
| display: none;
|
| }
|
|
|
|
|