From: Matthew Flaschen Date: Wed, 1 Oct 2014 06:03:08 +0000 (-0400) Subject: Use skinStyles for mediawiki.ui.icon X-Git-Tag: 1.31.0-rc.0~13740^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=d6aae24d77adff00854683b99647928952ed3059;p=lhc%2Fweb%2Fwiklou.git Use skinStyles for mediawiki.ui.icon This allows skin customization. This was missed since it was under code review when the others went in. Change-Id: I2c640fda4d2c6e40be0add52f6fc948a8e07c010 --- diff --git a/resources/Resources.php b/resources/Resources.php index 07db06f048..cf40227b83 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -1521,8 +1521,10 @@ return array( 'targets' => array( 'desktop', 'mobile' ), ), 'mediawiki.ui.icon' => array( - 'styles' => array( - 'resources/src/mediawiki.ui/components/icons.less', + 'skinStyles' => array( + 'default' => array( + 'resources/src/mediawiki.ui/components/icons.less', + ), ), 'position' => 'top', 'targets' => array( 'desktop', 'mobile' ),