Esanders has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/390307 )

Change subject: Restructure theme-specific styles by OOUI theme
......................................................................

Restructure theme-specific styles by OOUI theme

Most of the styles are based on OOUI rules. If things
are MW theme specific they can moved later.

Change-Id: If180d32b0f17b717d7ea3e21ee83e7637bc6b216
---
M extension.json
R modules/styles/flow/widgets/editor/mw.flow.ui.editor-apextheme.less
R modules/styles/flow/widgets/editor/mw.flow.ui.editor-wikimediatheme.less
3 files changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/07/390307/1

diff --git a/extension.json b/extension.json
index 3e6b768..c78e25c 100644
--- a/extension.json
+++ b/extension.json
@@ -534,11 +534,14 @@
                                
"styles/flow/widgets/mw.flow.ui.TopicTitleWidget.less"
                        ],
                        "skinStyles": {
-                               "vector": [
-                                       
"styles/flow/widgets/editor/mw.flow.ui.editor-vector.less"
+                               "default": [
+                                       
"styles/flow/widgets/editor/mw.flow.ui.editor-wikimediatheme.less"
                                ],
                                "monobook": [
-                                       
"styles/flow/widgets/editor/mw.flow.ui.editor-monobook.less"
+                                       
"styles/flow/widgets/editor/mw.flow.ui.editor-apextheme.less"
+                               ],
+                               "apex": [
+                                       
"styles/flow/widgets/editor/mw.flow.ui.editor-apextheme.less"
                                ]
                        },
                        "messages": [
diff --git a/modules/styles/flow/widgets/editor/mw.flow.ui.editor-monobook.less 
b/modules/styles/flow/widgets/editor/mw.flow.ui.editor-apextheme.less
similarity index 100%
rename from modules/styles/flow/widgets/editor/mw.flow.ui.editor-monobook.less
rename to modules/styles/flow/widgets/editor/mw.flow.ui.editor-apextheme.less
diff --git a/modules/styles/flow/widgets/editor/mw.flow.ui.editor-vector.less 
b/modules/styles/flow/widgets/editor/mw.flow.ui.editor-wikimediatheme.less
similarity index 100%
rename from modules/styles/flow/widgets/editor/mw.flow.ui.editor-vector.less
rename to 
modules/styles/flow/widgets/editor/mw.flow.ui.editor-wikimediatheme.less

-- 
To view, visit https://gerrit.wikimedia.org/r/390307
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If180d32b0f17b717d7ea3e21ee83e7637bc6b216
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to