mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
e9e5db61ea
commit
d1a269d254
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user