From: Jackmcbarn Date: Fri, 3 Jan 2014 02:07:53 +0000 (-0500) Subject: Prevent selection of "Jump to" text X-Git-Tag: 1.31.0-rc.0~17402^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=c448b73e82a6aeee4b610690472667b823d3a845;p=lhc%2Fweb%2Fwiklou.git Prevent selection of "Jump to" text When an article's heading and body text are copied together, prevent the "Jump to" links from being copied. Bug: 59235 Change-Id: Ibf661e94c748df0c6d65f1dee2815aeb169e7148 --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 310294af50..11d6177675 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -1183,7 +1183,8 @@ table.floatleft { } .mw-editsection, -.toctoggle { +.toctoggle, +#jump-to-nav { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;