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

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: Nit. 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
« no previous file with comments | « ui/login/account_picker/screen_account_picker.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ui/login/account_picker/screen_account_picker.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698