Skip to content

Commit 0e45ad8

Browse files
Fix tooltip text display
1 parent efbaa41 commit 0e45ad8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,10 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
10981098
border-style: solid;
10991099
}
11001100

1101+
.tooltip:hover .tooltiptext {
1102+
display: inline;
1103+
}
1104+
11011105
.tooltip.compile_fail, .tooltip.should_panic, .tooltip.ignore {
11021106
font-weight: bold;
11031107
font-size: 20px;

0 commit comments

Comments
 (0)