@@ -1599,16 +1599,15 @@ details.toggle > summary.hideme > span {
1599
1599
1600
1600
details .toggle > summary ::before {
1601
1601
/* toggle plus */
1602
- background : url ('data:image/svg+xml,<svg width="19" height="19" stroke="black" fill="none" \
1603
- xmlns= "http://www.w3.org/2000/svg" > <path d= "M2.5 2.5h14v14h-14v-14.5" \
1604
- shape-rendering= "crispEdges" stroke="grey"/><path d="M6 9.5 h7M9.5 13.5 V5.5"/></svg>') no-repeat top left;
1602
+ background : url ('data:image/svg+xml,<svg width="15" height="15" stroke="black" fill="none" \
1603
+ xmlns= "http://www.w3.org/2000/svg" > <path d= "M3 6.5h7M6.5 10.5V2.5" / > </svg>') no-repeat top left;
1605
1604
content : "" ;
1606
1605
cursor : pointer;
1607
- width : 18px ;
1608
- height : 18px ;
1606
+ width : 13px ;
1607
+ height : 13px ;
1608
+ border : solid 1px # CCC ;
1609
1609
display : inline-block;
1610
1610
vertical-align : middle;
1611
- opacity : .5 ;
1612
1611
filter : var (--toggle-filter );
1613
1612
}
1614
1613
@@ -1634,7 +1633,7 @@ details.toggle > summary.hideme::after {
1634
1633
1635
1634
details .toggle > summary : focus-visible ::before ,
1636
1635
details .toggle > summary : hover ::before {
1637
- opacity : 1 ;
1636
+ border-color : # 666 ;
1638
1637
}
1639
1638
1640
1639
details .toggle > summary : focus-visible ::before {
@@ -1680,9 +1679,9 @@ details.toggle[open] > summary.hideme > span {
1680
1679
1681
1680
details .toggle [open ] > summary ::before {
1682
1681
/* toggle minus */
1683
- background : url ('data:image/svg+xml,<svg width="19 " height="19 " \
1684
- shape-rendering = "crispEdges" stroke="black" fill="none" xmlns="http://www.w3.org/2000/svg"><path \
1685
- d = "M2.5 2.5h14v14h-14v-14.5" stroke="grey"/> <path d="M6 9.5 h7"/></svg>') no-repeat top left;
1682
+ background : url ('data:image/svg+xml,<svg width="15 " height="15" stroke="black" fill="none " \
1683
+ xmlns= "http://www.w3.org/2000/svg" > <path d = "M3 6.5h7" / > </svg>') no-repeat top left;
1684
+ <path d= "M6 9.5h7" / > </ svg> ') no-repeat top left;
1686
1685
}
1687
1686
1688
1687
details.toggle[open] > summary::after {
0 commit comments