mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-27 15:50:37 +00:00
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:
parent
1de7fc4d94
commit
e793626d52
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue