Load mediawiki.action.edit.styles on mobile

Hopefully uncontroversial.
Mobile non-js editing is currently feature flagged
by $wgMFAllowNonJavaScriptEditing so this shouldn't have
any impact on production but will ensure the editor gets
styled consistently with future changes here.

Change-Id: If8994370e9ec7fc424ce7cb22df922d029cfc035
This commit is contained in:
jdlrobson 2017-06-20 14:28:35 -07:00
parent 1ba29a598d
commit c1756a1088

View file

@ -1421,6 +1421,7 @@ return [
],
],
'mediawiki.action.edit.styles' => [
'targets' => [ 'desktop', 'mobile' ],
'styles' => 'resources/src/mediawiki.action/mediawiki.action.edit.styles.css',
],
'mediawiki.action.edit.collapsibleFooter' => [