Prevent selection of "Jump to" text
authorJackmcbarn <jackmcbarn@gmail.com>
Fri, 3 Jan 2014 02:07:53 +0000 (21:07 -0500)
committerJackmcbarn <jackmcbarn@gmail.com>
Fri, 3 Jan 2014 02:07:53 +0000 (21:07 -0500)
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

index 310294a..11d6177 100644 (file)
@@ -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;