rustdoc: remove cursor: pointer from unclickable tooltip

It's misleading unless it gets changed to respond to being clicked.
This commit is contained in:
Michael Howell 2022-11-25 09:16:27 -07:00
parent e704e95250
commit f8b2e13d16

View File

@ -1139,7 +1139,6 @@ pre.rust .doccomment {
.example-wrap .tooltip {
position: absolute;
display: block;
cursor: pointer;
left: -25px;
top: 5px;
}