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

Bartosz Dziewoński <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|PATCH_TO_REVIEW             |RESOLVED
         Resolution|---                         |FIXED

--- Comment #17 from Bartosz Dziewoński <[email protected]> ---
You can now override or disable MediaWiki UI styling in your skin. There are
more interesting examples on [[mw:Manual:$wgResourceModuleSkinStyles]], but the
minimal code to disable everything MWUI is:

$wgResourceModuleSkinStyles['yourskinname'] = array(
    'mediawiki.ui' => array(),
    'mediawiki.ui.checkbox' => array(),
    'mediawiki.ui.anchor' => array(),
    'mediawiki.ui.button' => array(),
    'mediawiki.ui.input' => array(),
);

I think requiring skins to use this snippet to disable MediaWiki UI is a
reasonable solution, better than moving all of the styles out of MW core to
Vector skin or disabling them by default and requiring that skins use a similar
magic incantation to enable them.

If you've got some designs/styles you'd want to use, I'll be happy to help port
them.

-- 
You are receiving this mail because:
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