mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 852270 - use transform rather than -moz-transform in svg.css r=dbaron
This commit is contained in:
parent
ec20c1088c
commit
c2d454bc21
@ -47,7 +47,7 @@ foreignObject {
|
||||
*|*::-moz-svg-foreign-content {
|
||||
display: block !important;
|
||||
/* We need to be an absolute and fixed container */
|
||||
-moz-transform: translate(0) !important;
|
||||
transform: translate(0) !important;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
@ -56,7 +56,7 @@ foreignObject {
|
||||
*/
|
||||
*:not(svg),
|
||||
*:not(foreignObject) > svg {
|
||||
-moz-transform-origin:0 0;
|
||||
transform-origin:0 0;
|
||||
}
|
||||
|
||||
*|*::-moz-svg-text {
|
||||
|
Loading…
Reference in New Issue
Block a user