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

Unified Diff: chrome/browser/resources/print_preview/search/fedex_tos.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/print_preview/search/fedex_tos.css
diff --git a/chrome/browser/resources/print_preview/search/fedex_tos.css b/chrome/browser/resources/print_preview/search/fedex_tos.css
index 581f50231edd0cf038e0bacecb7e55df7e58c434..d239b6907c813bfc98bf850c7b0536aa8eb2998d 100644
--- a/chrome/browser/resources/print_preview/search/fedex_tos.css
+++ b/chrome/browser/resources/print_preview/search/fedex_tos.css
@@ -3,10 +3,10 @@
* found in the LICENSE file. */
.fedex-tos {
- -webkit-transition: height 300ms;
overflow: hidden;
padding: 0 36px;
text-align: center;
+ transition: height 300ms;
}
.fedex-tos .tos-text {

Powered by Google App Engine
This is Rietveld 408576698