Skip to content

Commit f8b2e13

Browse files
committed
rustdoc: remove cursor: pointer from unclickable tooltip
It's misleading unless it gets changed to respond to being clicked.
1 parent e704e95 commit f8b2e13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,6 @@ pre.rust .doccomment {
11391139
.example-wrap .tooltip {
11401140
position: absolute;
11411141
display: block;
1142-
cursor: pointer;
11431142
left: -25px;
11441143
top: 5px;
11451144
}

0 commit comments

Comments
 (0)