@@ -199,7 +199,6 @@ h1, h2, h3, h4, h5, h6,
199
199
div .item-list .out-of-band , span .since ,
200
200
# source-sidebar , # sidebar-toggle ,
201
201
details .rustdoc-toggle > summary ::before ,
202
- details .undocumented > summary ::before ,
203
202
div .impl-items > div : not (.docblock ): not (.item-info ),
204
203
.content ul .crate a .crate , a .srclink ,
205
204
/* This selector is for the items listed in the "all items" page. */
@@ -1520,13 +1519,11 @@ details.rustdoc-toggle > summary.hideme {
1520
1519
cursor : pointer;
1521
1520
}
1522
1521
1523
- details .rustdoc-toggle > summary , details . undocumented > summary {
1522
+ details .rustdoc-toggle > summary {
1524
1523
list-style : none;
1525
1524
}
1526
1525
details .rustdoc-toggle > summary ::-webkit-details-marker ,
1527
- details .rustdoc-toggle > summary ::marker ,
1528
- details .undocumented > summary ::-webkit-details-marker ,
1529
- details .undocumented > summary ::marker {
1526
+ details .rustdoc-toggle > summary ::marker {
1530
1527
display : none;
1531
1528
}
1532
1529
@@ -1588,8 +1585,7 @@ details.rustdoc-toggle > summary:not(.hideme)::before {
1588
1585
top : 3px ;
1589
1586
}
1590
1587
1591
- .impl-items > details .rustdoc-toggle > summary : not (.hideme )::before ,
1592
- .undocumented > details .rustdoc-toggle > summary : not (.hideme )::before {
1588
+ .impl-items > details .rustdoc-toggle > summary : not (.hideme )::before {
1593
1589
position : absolute;
1594
1590
left : -24px ;
1595
1591
}
@@ -1603,7 +1599,7 @@ details.rustdoc-toggle[open] > summary.hideme {
1603
1599
position : absolute;
1604
1600
}
1605
1601
1606
- details .rustdoc-toggle , details . undocumented {
1602
+ details .rustdoc-toggle {
1607
1603
position : relative;
1608
1604
}
1609
1605
@@ -1626,31 +1622,6 @@ details.rustdoc-toggle[open] > summary.hideme::after {
1626
1622
content : "Collapse" ;
1627
1623
}
1628
1624
1629
- details .undocumented > summary ::before {
1630
- padding-left : 17px ;
1631
- height : max (17px , 1.1em );
1632
- background-repeat : no-repeat;
1633
- background-position : top left;
1634
- content : "Show hidden undocumented items" ;
1635
- cursor : pointer;
1636
- font-size : 16px ;
1637
- font-weight : 300 ;
1638
- opacity : .5 ;
1639
- }
1640
-
1641
- details .undocumented > summary : focus ::before ,
1642
- details .undocumented > summary : hover ::before {
1643
- opacity : 1 ;
1644
- }
1645
-
1646
- details .undocumented [open ] > summary ::before {
1647
- padding-left : 17px ;
1648
- height : max (17px , 1.1em );
1649
- background-repeat : no-repeat
1650
- background-position: top left;
1651
- content : "Hide undocumented items" ;
1652
- }
1653
-
1654
1625
/* Media Queries */
1655
1626
1656
1627
@media (min-width : 701px ) {
0 commit comments