Line number selection: Remove user-select:none

These rules were being kept for cached content, but were
actually breaking Firefox by triggering a multi-part selection.

Bug: T271614
Change-Id: I83fb4aab88fe1f34bc59d1da18ae8a6a4838a831
This commit is contained in:
Ed Sanders 2021-01-19 20:32:39 +00:00
parent 1de7fc4d94
commit e793626d52

View file

@ -79,12 +79,6 @@
background: none;
color: #72777d;
white-space: pre;
/* Make line numbers non copyable */
/* TODO: This only exists for cached output and should be removed eventually */
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
.mw-content-ltr& {
/* @noflip */