Do not allow selection of line numbers in code blocks (#594)

This commit is contained in:
Jesse Tan 2018-03-25 14:08:02 +02:00 committed by Aaron Carlisle
parent 7dbbcdc221
commit c94af91965

View File

@ -70,6 +70,8 @@
margin: 0
padding: $base-line-height / 2 $base-line-height / 2
font-family: $code-font-family
user-select: none
pointer-events: none
div[class^='highlight'] pre
white-space: pre
margin: 0