From e6b3c96540d97e5329916773b77c0318aa2b562b Mon Sep 17 00:00:00 2001 From: Matt Peterson Date: Thu, 17 Jan 2019 22:43:15 -0500 Subject: [PATCH] Fix docs rendering Rustdoc seems broken since 34bd2b845b3acd84c5a9bddae3ff8081c19ec5e9. When clicking on links on the left navigation list, the method linked to disappears, covered up by the highlight. On some pages, none of the parameter or return types are clickable. This one line seems to be the culprit. --- src/librustdoc/html/static/rustdoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 8a8b7adcf7d4a..846269fa2ec8c 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -392,7 +392,7 @@ h4 > code, h3 > code, .invisible > code { } .in-band, code { - z-index: -5; + z-index: 5; } .invisible {