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

Unified Diff: chrome/browser/resources/help/help_content.css

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: CSSOM Created 4 years, 1 month 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 {

Powered by Google App Engine
This is Rietveld 408576698