File tree 1 file changed +1
-8
lines changed
src/librustdoc/html/static/css
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -1512,6 +1512,7 @@ details.rustdoc-toggle > summary.hideme > span {
1512
1512
}
1513
1513
1514
1514
details .rustdoc-toggle > summary ::before {
1515
+ background-image : url ("toggle-plus-1092eb4930d581b0.svg" );
1515
1516
content : "" ;
1516
1517
cursor : pointer;
1517
1518
width : 16px ;
@@ -1599,14 +1600,6 @@ details.rustdoc-toggle[open] > summary.hideme > span {
1599
1600
details .rustdoc-toggle [open ] > summary ::before ,
1600
1601
details .rustdoc-toggle [open ] > summary .hideme ::before {
1601
1602
background-image : url ("toggle-minus-31bbd6e4c77f5c96.svg" );
1602
- }
1603
-
1604
- details .rustdoc-toggle > summary ::before {
1605
- background-image : url ("toggle-plus-1092eb4930d581b0.svg" );
1606
- }
1607
-
1608
- details .rustdoc-toggle [open ] > summary ::before ,
1609
- details .rustdoc-toggle [open ] > summary .hideme ::before {
1610
1603
width : 16px ;
1611
1604
height : 16px ;
1612
1605
background-repeat : no-repeat;
You can’t perform that action at this time.
0 commit comments