Move styles that are not theme-wide out of themes/

Reasons why these files should not be in a directory named "themes/":
* They are specific to MediaWiki skins, not OOUI themes
* They are specific to one module, rather than affecting many widgets

The new locations/filenames are consistent with other modules that
have skin-specific styles.

Note that we have one more themes/ directory elsewhere in this repo
(and another in VE core) and that is okay.

Bug: T96704
Change-Id: I70bb61e339aeccb3afea657f665785ceaa091777
This commit is contained in:
Bartosz Dziewoński 2018-10-23 05:03:29 +02:00
parent c26f80d097
commit aa137ef2ad
6 changed files with 5 additions and 5 deletions

View file

@ -1614,10 +1614,10 @@
],
"skinStyles": {
"vector": [
"modules/ve-mw/ui/themes/vector/ve.ui.MWFormatTool.css"
"modules/ve-mw/ui/styles/tools/ve.ui.MWFormatTool-vector.css"
],
"minerva": [
"modules/ve-mw/ui/themes/minerva/ve.ui.MWFormatTool.css"
"modules/ve-mw/ui/styles/tools/ve.ui.MWFormatTool-minerva.css"
]
},
"dependencies": [
@ -1954,11 +1954,11 @@
],
"skinStyles": {
"default": [
"modules/ve-mw/ui/themes/default/pages/ve.ui.MWParameterPage.css",
"modules/ve-mw/ui/themes/default/pages/ve.ui.MWTemplatePage.css"
"modules/ve-mw/ui/styles/pages/ve.ui.MWParameterPage-default.css",
"modules/ve-mw/ui/styles/pages/ve.ui.MWTemplatePage-default.css"
],
"minerva": [
"modules/ve-mw/ui/themes/minerva/pages/ve.ui.MWParameterPage.css"
"modules/ve-mw/ui/styles/pages/ve.ui.MWParameterPage-minerva.css"
]
},
"dependencies": [