| 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 87057fd3a0d879c95acb144f9404ccb2f1ac7951..454dc817d7ce97bb14825f0c803ada33982bd038 100644
|
| --- a/ui/login/account_picker/user_pod_row.css
|
| +++ b/ui/login/account_picker/user_pod_row.css
|
| @@ -164,25 +164,6 @@ html[dir=rtl] .main-pane {
|
| width: 160px;
|
| }
|
|
|
| -.pod.focused:not(.multiprofiles-policy-applied) .auth-container {
|
| - background-color: white;
|
| - position: absolute;
|
| - top: 160px;
|
| - width: 160px;
|
| -}
|
| -
|
| -.auth-container.pin-disabled {
|
| - opacity: 1;
|
| - transition: opacity 200ms ease-in-out 180ms;
|
| - visibility: visible;
|
| -}
|
| -
|
| -.auth-container.pin-enabled {
|
| - opacity: 0;
|
| - transition: none;
|
| - visibility: hidden;
|
| -}
|
| -
|
| .name-container {
|
| transition: transform 180ms,
|
| opacity 180ms ease-in-out 180ms,
|
|
|