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

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

Issue 2785003002: cros: Showing pin on lock is no longer associated with sending user list. (Closed)
Patch Set: Address comments Created 3 years, 8 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 8130e3855975d5f16e2d3efe4bb73643871ae414..0f43faf40f8d1dd8c30e24aeab4e99b4f7399c52 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -44,20 +44,11 @@ pin-keyboard {
transition: all 180ms;
}
-.pod.flying-pin-pod {
- transition: height 180ms ease-in-out,
- top 180ms ease-in-out;
-}
-
.pod.pin-enabled {
height: 417px;
top: -87px !important;
}
-.disable-pin-animation .pod.pin-enabled {
- transition: none;
-}
-
.pod .pin-container {
height: 204px;
position: absolute;
« 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