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

Unified Diff: chrome/browser/resources/options/sync_setup_overlay.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/options/sync_setup_overlay.css
diff --git a/chrome/browser/resources/options/sync_setup_overlay.css b/chrome/browser/resources/options/sync_setup_overlay.css
index 8d1c46fa8a3374827be0d2437222adc672ecaa24..9d18c7ba8429aac94dfc2ce943873af419a8d188 100644
--- a/chrome/browser/resources/options/sync_setup_overlay.css
+++ b/chrome/browser/resources/options/sync_setup_overlay.css
@@ -211,5 +211,5 @@ html[dir='rtl'] #learn-more-link {
#customize-link,
#use-default-link {
- -webkit-transition: opacity 250ms;
+ transition: opacity 250ms;
}

Powered by Google App Engine
This is Rietveld 408576698