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

Unified Diff: ui/login/screen_container.css

Issue 2132753002: When pin-keyboard comes up the input element is of focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rebased. Created 4 years, 5 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/user_pod_row.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/screen_container.css
diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css
index 9b3e13d0f670033203d84558e1cd0751ef98dc26..3825817d6fed50a70ff4a5baacd94535bd03e4d9 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -23,8 +23,7 @@
.pin-container.pin-enabled {
opacity: 1;
- transition: opacity 200ms ease-in-out 180ms,
- visibility 200ms ease-in-out 180ms;
+ transition: opacity 200ms ease-in-out 180ms;
visibility: visible;
}
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698