Skip to content

Commit 05c4d29

Browse files
authored
fix cursor behavior (#209)
1 parent 5183f96 commit 05c4d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ html[data-theme=dark] code[class*=language-] .token.function {
13991399
border-radius: 0.25em;
14001400
padding: 0.5em;
14011401
color: var(--body-background);
1402-
cursor: auto;
1402+
cursor: pointer;
14031403
opacity: 0;
14041404
transition: opacity 0.5s ease 0.5s;
14051405
}

0 commit comments

Comments
 (0)