Skip to content
Snippets Groups Projects
Commit d6c824bc authored by Andreas Gohr's avatar Andreas Gohr
Browse files

removed cursor:hand CSS property FS#1911

parent 83e9d7a5
No related branches found
No related tags found
No related merge requests found
......@@ -215,10 +215,7 @@ function addTocToggle() {
prependChild(header,obj);
obj.parentNode.onclick = toggleToc;
try {
obj.parentNode.style.cursor = 'pointer';
obj.parentNode.style.cursor = 'hand';
}catch(e){}
obj.parentNode.style.cursor = 'pointer';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment