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

Unified Diff: chrome/browser/resources/help/help_content.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/help/help_content.css
diff --git a/chrome/browser/resources/help/help_content.css b/chrome/browser/resources/help/help_content.css
index c63aed0034291c259d368bf7c91abf90c15815dd..3bdd341077d4197c3044522d6f4fa7e2b0c66bec 100644
--- a/chrome/browser/resources/help/help_content.css
+++ b/chrome/browser/resources/help/help_content.css
@@ -120,10 +120,10 @@
}
#more-info-container {
- -webkit-transition: all 200ms;
height: 0;
margin-bottom: 0;
overflow: hidden;
+ transition: all 200ms;
}
#build-date-container.empty {
« no previous file with comments | « chrome/browser/resources/extensions/chromeos/kiosk_apps.css ('k') | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698