Merge pull request #55 from nisrulz/disable-line-number-selectable
Make the line number column non-selectable
This commit is contained in:
commit
9860984d06
|
@ -461,6 +461,7 @@ pre:not(.chroma) {
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue