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
This commit is contained in:
Fomafix 2014-01-30 07:59:44 +00:00 committed by [[mw:User:Fomafix]]
parent 748d3cd14d
commit f8ed124589

View file

@ -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;
}