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: ui/webui/resources/images/throbber_medium.svg

Issue 2693793002: Remove webkit prefixes for transform and perspective in ui/ 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
« no previous file with comments | « ui/webui/resources/css/trash.css ('k') | ui/webui/resources/images/throbber_small.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/images/throbber_medium.svg
diff --git a/ui/webui/resources/images/throbber_medium.svg b/ui/webui/resources/images/throbber_medium.svg
index c6f51b277ebfcfb0fa1ba3110d1d681c6348db7a..17b57e4cbcf68704a753299bfbb2c93c0c20dcc8 100644
--- a/ui/webui/resources/images/throbber_medium.svg
+++ b/ui/webui/resources/images/throbber_medium.svg
@@ -37,7 +37,7 @@
/* SVG elements seem to have a different default origin */
.qp-circular-loader, .qp-circular-loader * {
- -webkit-transform-origin: 50% 50%;
+ transform-origin: 50% 50%;
}
/* Rotating the whole thing */
« no previous file with comments | « ui/webui/resources/css/trash.css ('k') | ui/webui/resources/images/throbber_small.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698