File tree 1 file changed +2
-6
lines changed
src/librustdoc/html/static/css
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1511,13 +1511,11 @@ details.rustdoc-toggle > summary.hideme > span {
1511
1511
}
1512
1512
1513
1513
details .rustdoc-toggle > summary ::before {
1514
- background-image : url ("toggle-plus-1092eb4930d581b0.svg" );
1514
+ background : url ("toggle-plus-1092eb4930d581b0.svg" ) no-repeat top left ;
1515
1515
content : "" ;
1516
1516
cursor : pointer;
1517
1517
width : 16px ;
1518
1518
height : 16px ;
1519
- background-repeat : no-repeat;
1520
- background-position : top left;
1521
1519
display : inline-block;
1522
1520
vertical-align : middle;
1523
1521
opacity : .5 ;
@@ -1598,11 +1596,9 @@ details.rustdoc-toggle[open] > summary.hideme > span {
1598
1596
1599
1597
details .rustdoc-toggle [open ] > summary ::before ,
1600
1598
details .rustdoc-toggle [open ] > summary .hideme ::before {
1601
- background-image : url ("toggle-minus-31bbd6e4c77f5c96.svg" );
1599
+ background : url ("toggle-minus-31bbd6e4c77f5c96.svg" ) no-repeat top left ;
1602
1600
width : 16px ;
1603
1601
height : 16px ;
1604
- background-repeat : no-repeat;
1605
- background-position : top left;
1606
1602
display : inline-block;
1607
1603
content : "" ;
1608
1604
}
You can’t perform that action at this time.
0 commit comments