Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/235297

Change subject: Load mediawiki.ui.button and icon styles at bottom of page.
......................................................................

Load mediawiki.ui.button and icon styles at bottom of page.

Given mobile skin uses a reset file disruption by this change
and uses them sparingly appears to be a minimum.

If necessary we could create a new module which loads these at the bottom
if that approach is favoured.

<more testing needed outside MobileFrontend>
Bug: T98395

Change-Id: I56e2253ccd6e27a466517aa9fd92ad974d3ac025
---
M resources/Resources.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/97/235297/1

diff --git a/resources/Resources.php b/resources/Resources.php
index be06225..ef6d13d 100644
--- a/resources/Resources.php
+++ b/resources/Resources.php
@@ -1814,7 +1814,7 @@
        ),
        // Lightweight module for button styles
        'mediawiki.ui.button' => array(
-               'position' => 'top',
+               'position' => 'bottom',
                'skinStyles' => array(
                        'default' => array(
                                
'resources/src/mediawiki.ui/components/buttons.less',

-- 
To view, visit https://gerrit.wikimedia.org/r/235297
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I56e2253ccd6e27a466517aa9fd92ad974d3ac025
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to