mediawiki-skins-Vector/includes
Jan Drewniak 3cea6d4132 Scope styles related to zebra feature flag
This change scopes the styles related to the Zebra
update by wrapping the imports in a top-level feature
flag selector,
i.e

.vector-feature-zebra-design-enabled {
    @import "./screen.less"
}

To account for this extra selector, ampersands are
added wherever the html element is targeted in the
affected files. This applies to both zebra enabled
and disabled files.

getDefaultModules() is used in SkinVector22.php to
conditionally load the new skins.vector.zebra.styles
module when the feature is enabled.

Bug: T332600
Change-Id: I5e673df383ff31f296010f982e4188c82f095590
2023-04-19 23:09:08 -04:00
..
Components Merge "Remove custom checkbox-hack implementations" 2023-04-05 22:52:40 +00:00
FeatureManagement Follow up service wiring update 2023-04-19 23:04:53 +00:00
ResourceLoader Allow wikis to customize whether Vector skins share user scripts and styles 2023-03-06 23:24:57 +00:00
Services Normalise PHP namespaces used in Vector 2022-05-23 09:32:40 +02:00
templates Add custom limited width popup 2023-04-17 22:35:52 +00:00
Constants.php Add Vector Zebra Design A/B Test 2023-04-18 18:14:58 -07:00
Hooks.php Refactor: Separate A/B test configuration from site configuration 2023-04-11 22:40:45 +00:00
ServiceWiring.php Follow up service wiring update 2023-04-19 23:04:53 +00:00
SkinVector22.php Scope styles related to zebra feature flag 2023-04-19 23:09:08 -04:00
SkinVectorLegacy.php Dead code elimination: updateDropdownMenuData 2023-01-12 00:33:28 +00:00
VectorServices.php Normalise PHP namespaces used in Vector 2022-05-23 09:32:40 +02:00