mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
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:
parent
c26f80d097
commit
aa137ef2ad
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue