From c448b73e82a6aeee4b610690472667b823d3a845 Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Thu, 2 Jan 2014 21:07:53 -0500 Subject: [PATCH] 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 --- skins/common/shared.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1