Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/192735

Change subject: Temporarily disable anchor links in section headings
......................................................................

Temporarily disable anchor links in section headings

There are some minor concerns about the details of the behavior,
and it could use a quick announcement before it goes live.

Reverting the original patch would necessitate reverts of follow-up
patches in extensions (updating parser tests), this should be less
disruptive.

I am not sure if this is necessary, but better safe than sorry…

Bug: T18691
Change-Id: I5190ca9fa06297d2b9221711f9d43c1dd956fc1e
---
M resources/src/mediawiki/mediawiki.sectionAnchor.css
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/35/192735/1

diff --git a/resources/src/mediawiki/mediawiki.sectionAnchor.css 
b/resources/src/mediawiki/mediawiki.sectionAnchor.css
index c2a6f3a..cb71ebb 100644
--- a/resources/src/mediawiki/mediawiki.sectionAnchor.css
+++ b/resources/src/mediawiki/mediawiki.sectionAnchor.css
@@ -11,6 +11,10 @@
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
+       /* Temporarily disable anchor links in section headings.
+        * There are some minor concerns about the details of the behavior,
+        * and it could use a quick announcement before it goes live. */
+       display: none;
 }
 
 /* @noflip */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5190ca9fa06297d2b9221711f9d43c1dd956fc1e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to