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 d2b34cf9c42eacbf82aef66b42ad561fe0b60d09..f6897d67beacb6f7116bda0aa268168ded265c7f 100644 |
--- a/ui/login/account_picker/user_pod_row.css |
+++ b/ui/login/account_picker/user_pod_row.css |
@@ -197,25 +197,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, |