We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbaa41 commit 0e45ad8Copy full SHA for 0e45ad8
src/librustdoc/html/static/rustdoc.css
@@ -1098,6 +1098,10 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
1098
border-style: solid;
1099
}
1100
1101
+.tooltip:hover .tooltiptext {
1102
+ display: inline;
1103
+}
1104
+
1105
.tooltip.compile_fail, .tooltip.should_panic, .tooltip.ignore {
1106
font-weight: bold;
1107
font-size: 20px;
0 commit comments