Foxtrott has submitted this change and it was merged.
Change subject: Remove mw-headline-anchor
......................................................................
Remove mw-headline-anchor
Change-Id: Ia130b01951d6b69573a2b58fb40a6519395eab4e
---
M resources/styles/screen.less
M src/SkinChameleon.php
2 files changed, 5 insertions(+), 2 deletions(-)
Approvals:
Polybuildr: Looks good to me, but someone else must approve
Foxtrott: Verified; Looks good to me, approved
diff --git a/resources/styles/screen.less b/resources/styles/screen.less
index 8f2693e..2c4c72e 100644
--- a/resources/styles/screen.less
+++ b/resources/styles/screen.less
@@ -410,3 +410,7 @@
}
}
}
+
+.mw-headline-anchor {
+ display: none;
+}
diff --git a/src/SkinChameleon.php b/src/SkinChameleon.php
index 6333b88..af13e21 100644
--- a/src/SkinChameleon.php
+++ b/src/SkinChameleon.php
@@ -52,8 +52,7 @@
// load Bootstrap styles
$out->addModuleStyles(
array(
- 'ext.bootstrap.styles',
- 'mediawiki.sectionAnchor'
+ 'ext.bootstrap.styles'
)
);
}
--
To view, visit https://gerrit.wikimedia.org/r/214121
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia130b01951d6b69573a2b58fb40a6519395eab4e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <[email protected]>
Gerrit-Reviewer: Foxtrott <[email protected]>
Gerrit-Reviewer: Polybuildr <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits