From f8ed12458963e027e309278a2a23d67a73ce2efe Mon Sep 17 00:00:00 2001 From: Fomafix Date: Thu, 30 Jan 2014 07:59:44 +0000 Subject: [PATCH] Exclude backlinks from selection Steps to test the change: * Open a random page in browser. * Select all or a part of the page. * Copy the selection to clipboard. * Open a word processor like LibreOffice Writer. * Paste the content of the clipboard. Change-Id: Ibae4292b5dd8cc02a769e85adfea991d8d6ceb59 --- modules/ext.cite.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/ext.cite.css b/modules/ext.cite.css index 4ea7a8149..68fde4310 100644 --- a/modules/ext.cite.css +++ b/modules/ext.cite.css @@ -14,3 +14,11 @@ width: 1px !important; overflow: hidden; } + +.mw-cite-backlink, +.cite-accessibility-label { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +}