Bug 1235969 - Unprefix uses of -moz-transform, -moz-transform-origin and -moz-backface-visibility in UA style sheets. r=xidorn

This commit is contained in:
Cameron McCormack 2015-12-31 19:13:18 +11:00
parent 26f7997d7d
commit af981eb5f3
2 changed files with 4 additions and 4 deletions

View File

@ -759,7 +759,7 @@ audio:not([controls]) {
*|*::-moz-html-canvas-content {
display: block !important;
/* we want to be an absolute and fixed container */
-moz-transform: translate(0) !important;
transform: translate(0) !important;
}
video > .caption-box {

View File

@ -43,10 +43,10 @@
justify-self: inherit;
order: inherit; /* needed for "order" to work on table flex/grid items */
/* Bug 722777 */
-moz-transform: inherit;
-moz-transform-origin: inherit;
transform: inherit;
transform-origin: inherit;
/* Bug 724750 */
-moz-backface-visibility: inherit;
backface-visibility: inherit;
clip: inherit;
}