| 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 1685f13e55d76a406044d2d7dff1a45d7781d239..3c94cb0b087983a2179826dc8402faf1b288e6a5 100644
|
| --- a/ui/login/account_picker/user_pod_row.css
|
| +++ b/ui/login/account_picker/user_pod_row.css
|
| @@ -150,15 +150,27 @@ html[dir=rtl] .main-pane {
|
| display: flex;
|
| }
|
|
|
| -.name {
|
| +.name-box {
|
| color: #565656;
|
| /* This should be 15.6px - the equivalent of 14px at 90% scale. */
|
| flex: auto;
|
| font-size: 16px;
|
| margin-top: 12px;
|
| outline: none;
|
| - overflow: hidden;
|
| padding: 0 6px;
|
| +}
|
| +
|
| +.pod[auth-type='onlineSignIn'] .name-box .reauth-warning {
|
| + color: #f4b400;
|
| + display: inline-flex;
|
| +}
|
| +
|
| +.pod .name-box .reauth-warning {
|
| + display: none;
|
| +}
|
| +
|
| +.name {
|
| + overflow: hidden;
|
| text-align: center;
|
| text-overflow: ellipsis;
|
| white-space: nowrap;
|
|
|