Prevent click on current line
This commit is contained in:
parent
a100f42046
commit
b48476768b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue