mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-27 17:40:06 +00:00
Remove obsolete vendor prefixed at-rules
Opera 12.10 supported unprefixed animations, gradients, transforms & transitions. See http://www.opera.com/docs/changelogs/unified/1210/ Removing support for Opera 12.0x versions. Change-Id: Id0e0afef1ab6ebda373d63b9c91c7ee731dafb7b Depends-on: Ie8edbcd7f85c713ea2156706ea3a3a7b423d8d9d
This commit is contained in:
parent
e0018d31c1
commit
692b2b2f15
|
@ -40,10 +40,6 @@
|
|||
.mw-mmv-appear-animation;
|
||||
}
|
||||
|
||||
@-o-keyframes mw-mmv-appear-animation {
|
||||
.mw-mmv-appear-animation;
|
||||
}
|
||||
|
||||
@keyframes mw-mmv-appear-animation {
|
||||
.mw-mmv-appear-animation;
|
||||
}
|
||||
|
@ -68,10 +64,6 @@
|
|||
.mw-mmv-invite-animation;
|
||||
}
|
||||
|
||||
@-o-keyframes mw-mmv-invite-animation {
|
||||
.mw-mmv-invite-animation;
|
||||
}
|
||||
|
||||
@keyframes mw-mmv-invite-animation {
|
||||
.mw-mmv-invite-animation;
|
||||
}
|
||||
|
|
|
@ -41,10 +41,6 @@
|
|||
.mw-mmv-progress-percent-animation;
|
||||
}
|
||||
|
||||
@-o-keyframes mw-mmv-progress-percent-animation {
|
||||
.mw-mmv-progress-percent-animation;
|
||||
}
|
||||
|
||||
@keyframes mw-mmv-progress-percent-animation {
|
||||
.mw-mmv-progress-percent-animation;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue