Make Minerva skin opt out of parsoid style module
authorkaldari <rkaldari@wikimedia.org>
Tue, 10 Jun 2014 00:48:56 +0000 (17:48 -0700)
committerJdlrobson <jrobson@wikimedia.org>
Tue, 10 Jun 2014 18:45:43 +0000 (18:45 +0000)
These styles are mostly Vectorish, so shouldn't be applied to the
Minerva skin that is provided in MobileFrontend.

We set our own parsoid styles in
VisualEditorOverlay.less.

Change-Id: I11a75c5552fa14ad119ad60bb5fa3f6185582429
Dependency: I5de12c97108dcb6e41ac8c34b17ff993d2e65249

resources/Resources.php

index d7df027..f960bf7 100644 (file)
@@ -113,6 +113,7 @@ return array(
                // skin over-rides common content styling.
                'skinStyles' => array(
                        'default' => 'resources/src/mediawiki.skinning/content.parsoid.less',
+                       'minerva' => array(),
                ),
                'targets' => array( 'desktop', 'mobile' ),
        ),