File tree 1 file changed +7
-7
lines changed
src/librustdoc/html/static/css
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1533,13 +1533,13 @@ details.toggle > summary.hideme > span {
1533
1533
1534
1534
details .toggle > summary ::before {
1535
1535
/* toggle plus */
1536
- background : url ('data:image/svg+xml,<svg width="17 " height="17 " stroke="black" fill="none" \
1537
- xmlns= "http://www.w3.org/2000/svg" > <path d= "M2.5 2.5h12v12h-12v-12 .5" \
1538
- shape-rendering= "crispEdges" / > <path d= "M6 8.5h5M8 .5 11 .5V5.5" / > </svg>') no-repeat top left;
1536
+ background : url ('data:image/svg+xml,<svg width="19 " height="19 " stroke="black" fill="none" \
1537
+ xmlns= "http://www.w3.org/2000/svg" > <path d= "M2.5 2.5h14v14h-14v-14 .5" \
1538
+ shape-rendering= "crispEdges" / > <path d= "M6 9.5h7M9 .5 13 .5V5.5" / > </svg>') no-repeat top left;
1539
1539
content : "" ;
1540
1540
cursor : pointer;
1541
- width : 16 px ;
1542
- height : 16 px ;
1541
+ width : 18 px ;
1542
+ height : 18 px ;
1543
1543
display : inline-block;
1544
1544
vertical-align : middle;
1545
1545
opacity : .5 ;
@@ -1614,9 +1614,9 @@ details.toggle[open] > summary.hideme > span {
1614
1614
1615
1615
details .toggle [open ] > summary ::before {
1616
1616
/* toggle minus */
1617
- background : url ('data:image/svg+xml,<svg width="17 " height="17 " \
1617
+ background : url ('data:image/svg+xml,<svg width="19 " height="19 " \
1618
1618
shape-rendering= "crispEdges" stroke="black" fill="none" xmlns="http://www.w3.org/2000/svg"><path \
1619
- d= "M2.5 2.5h12v12h-12v-12 .5" / > <path d= "M6 8.5h5 " / > </svg>') no-repeat top left;
1619
+ d= "M2.5 2.5h14v14h-14v-14 .5" / > <path d= "M6 9.5h7 " / > </svg>') no-repeat top left;
1620
1620
}
1621
1621
1622
1622
details .toggle [open ] > summary ::after {
You can’t perform that action at this time.
0 commit comments