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

Unified Diff: ui/webui/resources/images/throbber_small.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/images/throbber_medium.svg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/images/throbber_small.svg
diff --git a/ui/webui/resources/images/throbber_small.svg b/ui/webui/resources/images/throbber_small.svg
index 6f31d493fd86a19479091961b8a3f9a148dcba6b..0df51288603a1c092b6acfbf844187f6b80f0d4a 100644
--- a/ui/webui/resources/images/throbber_small.svg
+++ b/ui/webui/resources/images/throbber_small.svg
@@ -38,7 +38,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/images/throbber_medium.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698