Skip to content

Commit

Permalink
fix(styles): make line numbers not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Nov 12, 2015
1 parent 049f08c commit d3d6e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/_less/module-syntax.less
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
.lineno {
color: desaturate(@link-color, 95%);
opacity: .5;
user-select: none;
}

.code {
Expand Down

0 comments on commit d3d6e26

Please sign in to comment.