Merge "Remove temporary compat for $wgVectorTitleAboveTabs = false"

This commit is contained in:
jenkins-bot 2022-07-18 16:59:05 +00:00 committed by Gerrit Code Review
commit f23bd2706c
2 changed files with 1 additions and 27 deletions

View file

@ -375,8 +375,7 @@
"modules/ve-mw/preinit/styles/ve.init.mw.DesktopArticleTarget.init-vector.less"
],
"vector-2022": [
"modules/ve-mw/preinit/styles/ve.init.mw.DesktopArticleTarget.init-wikimediatheme.css",
"modules/ve-mw/preinit/styles/ve.init.mw.DesktopArticleTarget.init-vector-2022.less"
"modules/ve-mw/preinit/styles/ve.init.mw.DesktopArticleTarget.init-wikimediatheme.css"
],
"monobook": [
"modules/ve-mw/preinit/styles/ve.init.mw.DesktopArticleTarget.init-apextheme.css"

View file

@ -1,25 +0,0 @@
/*!
* VisualEditor MediaWiki DesktopArticleTarget Vector-2022 skin init styles.
*
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
// Local copy of Vector variables.
@padding-top-content: 0.5em;
@padding-horizontal-content: 0.5em;
// End local copy of Vector variables.
@padding-top-toolbar: -@padding-top-content/0.875;
@padding-horizontal-toolbar: -@padding-horizontal-content/0.875;
.ve-init-mw-desktopArticleTarget-toolbar,
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder {
// New Vector with $wgVectorTitleAboveTabs = false
/* stylelint-disable-next-line selector-max-id */
#content.ve-init-mw-desktopArticleTarget-targetContainer & {
font-size: 0.875em;
margin: @padding-top-toolbar @padding-horizontal-toolbar -@padding-top-toolbar @padding-horizontal-toolbar;
}
}