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

Unified Diff: chrome/browser/resources/net_internals/timeline_view.css

Issue 2688353003: Remove webkit prefixes for transform and perspective in chrome/ styles (Closed)
Patch Set: 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/net_internals/timeline_view.css
diff --git a/chrome/browser/resources/net_internals/timeline_view.css b/chrome/browser/resources/net_internals/timeline_view.css
index 0bcea4424e3351ec18601c6ce967a847502fc29f..a90349e39bef2e58e7fb73f094729bfc512a0e9c 100644
--- a/chrome/browser/resources/net_internals/timeline_view.css
+++ b/chrome/browser/resources/net_internals/timeline_view.css
@@ -17,11 +17,11 @@
}
.timeline-view-rotateleft {
- -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
}
.timeline-view-rotateright {
- -webkit-transform: rotate(270deg);
+ transform: rotate(270deg);
}
#timeline-view-selection-div ul {
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_single.css ('k') | chrome/browser/resources/ntp4/apps_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698