Skip to content

Commit 64c9903

Browse files
notriddleGuillaumeGomez
authored andcommitted
Use empty string instead of single space
1 parent 59460a6 commit 64c9903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ details.rustdoc-toggle > summary.hideme > span {
15081508
}
15091509

15101510
details.rustdoc-toggle > summary::before {
1511-
content: " ";
1511+
content: "";
15121512
cursor: pointer;
15131513
width: 17px;
15141514
height: max(17px, 1.1em);
@@ -1593,7 +1593,7 @@ details.rustdoc-toggle[open] > summary.hideme::before {
15931593
height: max(17px, 1.1em);
15941594
background: data-url(minus-17x17.png) no-repeat top left;
15951595
display: inline-block;
1596-
content: " ";
1596+
content: "";
15971597
}
15981598

15991599
details.rustdoc-toggle[open] > summary::after,

0 commit comments

Comments
 (0)