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

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

Issue 2689163002: Remove webkit prefixes for CSS Animation in chrome/ styles (Closed)
Patch Set: rebase 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/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;
}
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | chrome/browser/resources/supervised_user_internals.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698