We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59460a6 commit 64c9903Copy full SHA for 64c9903
src/librustdoc/html/static/css/rustdoc.css
@@ -1508,7 +1508,7 @@ details.rustdoc-toggle > summary.hideme > span {
1508
}
1509
1510
details.rustdoc-toggle > summary::before {
1511
- content: " ";
+ content: "";
1512
cursor: pointer;
1513
width: 17px;
1514
height: max(17px, 1.1em);
@@ -1593,7 +1593,7 @@ details.rustdoc-toggle[open] > summary.hideme::before {
1593
1594
background: data-url(minus-17x17.png) no-repeat top left;
1595
display: inline-block;
1596
1597
1598
1599
details.rustdoc-toggle[open] > summary::after,
0 commit comments