Skip to content

Commit ff583ac

Browse files
authored
Rollup merge of #57710 - GuillaumeGomez:non-clickable, r=QuietMisdreavus
Fix non-clickable urls Fixes #57695 I didn't find anywhere where this rule was useful. Why did you add it @JohnHeitmann? r? @QuietMisdreavus
2 parents 25ea20d + 2518987 commit ff583ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/html/static/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,6 @@ h4 > code, h3 > code, .invisible > code {
391391
display: block;
392392
}
393393

394-
.in-band, code {
395-
z-index: -5;
396-
}
397-
398394
.invisible {
399395
width: 100%;
400396
display: inline-block;

0 commit comments

Comments
 (0)