Prevent click on current line

This commit is contained in:
zo 2017-05-24 18:15:45 +02:00
parent a100f42046
commit b48476768b

View file

@ -718,6 +718,7 @@ main > div {
.linenodiv pre a:target {
color: #444;
background: #ccc;
pointer-events: none;
}
.linenodiv pre a:focus,
.linenodiv pre a:hover {