Skip to content

Commit d632ca7

Browse files
committed
rustdoc: remove no-op CSS a.test-arrow { display: inline-block }
Since this box is absolutely positioned, its display type is [blockified] anyway. We just need to make sure it isn't `display: none`. [blockified]: https://www.w3.org/TR/css-display-3/#transformations
1 parent 5fe6599 commit d632ca7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,6 @@ pre.rust .doccomment {
11991199
}
12001200

12011201
a.test-arrow {
1202-
display: inline-block;
12031202
visibility: hidden;
12041203
position: absolute;
12051204
padding: 5px 10px 5px 10px;

0 commit comments

Comments
 (0)