https://bugzilla.wikimedia.org/show_bug.cgi?id=65923

            Bug ID: 65923
           Summary: Popups mwe-popups-animation() duplicates core
                    .animation() mixin
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: Popups
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

.mwe-popups-animation() in ext.popups.animation.less calls the four prefix
variants of {-webkit-,-moz-,-o-,}animation. There's already a mixin function
for this in mediawiki.less , so those four lines could be replaced by

@import "mediawiki.mixins.animation"
...
.mwe-popups-animation(...) {
    .animation(@arguments);
...
...
}

Maybe also add a comment

/* TODO move animation-fill-mode and transform convenience functions into
mediawiki.less/mediawiki.mixins.animation in core. */

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to