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

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

Issue 2106113003: Fixed issue with pods flying when changing profiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Renamed function for clarity. Created 4 years, 6 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 | « chrome/browser/resources/chromeos/login/lock.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 adf840750d9da3dcc5cd2d397635d223b87f04a8..ef614145d14d85ce8811beb9c0dbd3ec403c8db0 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -36,12 +36,19 @@ pin-keyboard {
position: absolute;
top: 0;
transform: scale3d(0.9, 0.9, 0.9);
+ width: 180px;
+ z-index: 0;
+}
+
+#account_picker.flying-pods .pod {
+ transition: all 180ms;
+}
+
+.pod.flying-pin-pod {
transition: height 180ms ease-in-out,
padding 180ms ease-in-out,
top 180ms ease-in-out,
width 180ms ease-in-out;
- width: 180px;
- z-index: 0;
}
.pod.pin-enabled {
« no previous file with comments | « chrome/browser/resources/chromeos/login/lock.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