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

Unified Diff: chrome/browser/resources/print_preview/search/destination_search.css

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: CSSOM Created 4 years 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/destination_search.css
diff --git a/chrome/browser/resources/print_preview/search/destination_search.css b/chrome/browser/resources/print_preview/search/destination_search.css
index 113fd652f0df9a4fa16085e61deaf30db145a0f1..903d86f4f303e05eefb005234e5eb241a73eb6f1 100644
--- a/chrome/browser/resources/print_preview/search/destination_search.css
+++ b/chrome/browser/resources/print_preview/search/destination_search.css
@@ -69,12 +69,12 @@
}
#destination-search .invitation-container {
- -webkit-animation: invitation-fadein 500ms;
-webkit-box-align: center;
-webkit-box-orient: vertical;
+ animation: invitation-fadein 500ms;
}
-@-webkit-keyframes invitation-fadein {
+@keyframes invitation-fadein {
from {
opacity: 0;
}

Powered by Google App Engine
This is Rietveld 408576698