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

Unified Diff: chrome/browser/resources/chromeos/login/screen_app_launch_splash.css

Issue 2691883002: Uprefix CSS transitions in ui/ and chrome/ styles (Closed)
Patch Set: transitions only Created 3 years, 10 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
Index: chrome/browser/resources/chromeos/login/screen_app_launch_splash.css
diff --git a/chrome/browser/resources/chromeos/login/screen_app_launch_splash.css b/chrome/browser/resources/chromeos/login/screen_app_launch_splash.css
index cd546e1dbd533ad428dd4098bfba41509c09dc30..b577ab947d68ea292f39d39745480eb4b8b04215 100644
--- a/chrome/browser/resources/chromeos/login/screen_app_launch_splash.css
+++ b/chrome/browser/resources/chromeos/login/screen_app_launch_splash.css
@@ -40,10 +40,10 @@
}
#splash-config-network-container {
- -webkit-transition: 1s opacity;
height : 30px;
opacity: 1;
padding-bottom: 20px;
+ transition: 1s opacity;
}
#splash-config-network-container.faded {

Powered by Google App Engine
This is Rietveld 408576698