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

Unified Diff: ui/login/screen_container.css

Issue 1045803002: Prevent unexpected pods sliding on start screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/display_manager.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 c19983d3f06dde8a0dfc11cde6f740de30d24029..d1b8a0ba14d97e8f896e12ca0cfc3370a1692e9a 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -84,11 +84,6 @@
}
-#oobe.account-picker.flying-pods #inner-container {
- -webkit-transition: width 180ms ease,
- height 180ms ease;
-}
-
/* Only play this animation when 'down' class is removed. */
.oobe-display #inner-container:not(.down) {
-webkit-transition: -webkit-transform 200ms ease-in-out;
« no previous file with comments | « ui/login/display_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698