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

Unified Diff: chrome/common/extensions/docs/templates/articles/angular_framework.html

Issue 2534693002: Reduce usage of webkit prefixes in extension examples (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/common/extensions/docs/templates/articles/angular_framework.html
diff --git a/chrome/common/extensions/docs/templates/articles/angular_framework.html b/chrome/common/extensions/docs/templates/articles/angular_framework.html
index dd2e3bdbc2693c07704d2e0043d7d142e2e0f878..ea7e7716583f9d518060f3f31b043f203caaa89b 100644
--- a/chrome/common/extensions/docs/templates/articles/angular_framework.html
+++ b/chrome/common/extensions/docs/templates/articles/angular_framework.html
@@ -187,7 +187,7 @@ nav:hover #close-button {
padding: 0 5px 2px 5px;
font-weight: bold;
opacity: 0;
- -webkit-transition: all 0.3s ease-in-out;
+ transition: all 0.3s ease-in-out;
}
</style>
</pre>

Powered by Google App Engine
This is Rietveld 408576698