mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-14 19:25:08 +00:00
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:
parent
748d3cd14d
commit
f8ed124589
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue