mediawiki-skins-Vector/resources
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
..
common [Refactor] Prepare existing styles for zebra module 2023-04-19 18:53:11 +00:00
mediawiki.less Import Codex tokens into mediawiki.skin.variables.less 2023-03-15 21:15:01 +00:00
skins.vector.js Add custom limited width popup 2023-04-17 22:35:52 +00:00
skins.vector.legacy.js Forbid jQuery usage in Vector 2022 2023-04-17 17:20:59 +00:00
skins.vector.search Use modern ES6 methods 2023-04-14 13:38:38 -07:00
skins.vector.styles Scope styles related to zebra feature flag 2023-04-19 23:09:08 -04:00
skins.vector.styles.legacy Clean up leftover Sidebar CSS 2023-04-17 21:02:58 +00:00
skins.vector.zebra.styles Scope styles related to zebra feature flag 2023-04-19 23:09:08 -04:00
CheckboxHack.d.ts
CollapsibleTabsPlugin.d.ts
MediaWikiPageReady.d.ts
mw.d.ts Use centralized MediaWiki typescript definition 2021-07-26 21:27:12 +00:00
VectorResourceLoaderVirtualConfig.d.ts Refactor: Separate A/B test configuration from site configuration 2023-04-11 22:40:45 +00:00
vue.d.ts Integrate WVUI search into Vector 2020-12-08 13:27:12 -08:00