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

Unified Diff: chrome/common/extensions/docs/examples/extensions/news_a11y/feed.css

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/examples/extensions/news_a11y/feed.css
diff --git a/chrome/common/extensions/docs/examples/extensions/news_a11y/feed.css b/chrome/common/extensions/docs/examples/extensions/news_a11y/feed.css
index 875542143bbbaa9369dd7d776c7de3a2d126d6df..ede6f475f920a7b74095ccd944323c0dae3ea7f1 100644
--- a/chrome/common/extensions/docs/examples/extensions/news_a11y/feed.css
+++ b/chrome/common/extensions/docs/examples/extensions/news_a11y/feed.css
@@ -52,7 +52,7 @@ a {
border: none;
padding: 0px;
margin: 0px;
- -webkit-transition: height 0.2s ease-out;
+ transition: height 0.2s ease-out;
}
#title {

Powered by Google App Engine
This is Rietveld 408576698