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 89bdc33 commit b5c27b4Copy full SHA for b5c27b4
src/librustdoc/html/static/css/rustdoc.css
@@ -450,6 +450,10 @@ nav.sub {
450
border-bottom-left-radius: 5px;
451
}
452
453
+.example-wrap > pre.rust a:hover {
454
+ text-decoration: underline;
455
+}
456
+
457
.rustdoc:not(.source) .example-wrap > pre:not(.line-number) {
458
width: 100%;
459
overflow-x: auto;
0 commit comments