Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1031)

Unified Diff: ui/login/account_picker/user_pod_row.css

Issue 2260653002: Pin keyboard works with virtual keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698