mediawiki-skins-Vector/resources/skins.vector.styles
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 Scope styles related to zebra feature flag 2023-04-19 23:09:08 -04:00
images Remove CSS selectors for Page Tools feature flag 2023-03-31 11:34:37 -05:00
layouts Scope styles related to zebra feature flag 2023-04-19 23:09:08 -04:00
skin.less Scope styles related to zebra feature flag 2023-04-19 23:09:08 -04:00