@@ -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. */
@@ -1523,13 +1522,11 @@ details.rustdoc-toggle > summary.hideme {
1523
1522
cursor : pointer;
1524
1523
}
1525
1524
1526
- details .rustdoc-toggle > summary , details . undocumented > summary {
1525
+ details .rustdoc-toggle > summary {
1527
1526
list-style : none;
1528
1527
}
1529
1528
details .rustdoc-toggle > summary ::-webkit-details-marker ,
1530
- details .rustdoc-toggle > summary ::marker ,
1531
- details .undocumented > summary ::-webkit-details-marker ,
1532
- details .undocumented > summary ::marker {
1529
+ details .rustdoc-toggle > summary ::marker {
1533
1530
display : none;
1534
1531
}
1535
1532
@@ -1591,8 +1588,7 @@ details.rustdoc-toggle > summary:not(.hideme)::before {
1591
1588
top : 3px ;
1592
1589
}
1593
1590
1594
- .impl-items > details .rustdoc-toggle > summary : not (.hideme )::before ,
1595
- .undocumented > details .rustdoc-toggle > summary : not (.hideme )::before {
1591
+ .impl-items > details .rustdoc-toggle > summary : not (.hideme )::before {
1596
1592
position : absolute;
1597
1593
left : -24px ;
1598
1594
}
@@ -1606,7 +1602,7 @@ details.rustdoc-toggle[open] > summary.hideme {
1606
1602
position : absolute;
1607
1603
}
1608
1604
1609
- details .rustdoc-toggle , details . undocumented {
1605
+ details .rustdoc-toggle {
1610
1606
position : relative;
1611
1607
}
1612
1608
@@ -1629,31 +1625,6 @@ details.rustdoc-toggle[open] > summary.hideme::after {
1629
1625
content : "Collapse" ;
1630
1626
}
1631
1627
1632
- details .undocumented > summary ::before {
1633
- padding-left : 17px ;
1634
- height : max (17px , 1.1em );
1635
- background-repeat : no-repeat;
1636
- background-position : top left;
1637
- content : "Show hidden undocumented items" ;
1638
- cursor : pointer;
1639
- font-size : 16px ;
1640
- font-weight : 300 ;
1641
- opacity : .5 ;
1642
- }
1643
-
1644
- details .undocumented > summary : focus ::before ,
1645
- details .undocumented > summary : hover ::before {
1646
- opacity : 1 ;
1647
- }
1648
-
1649
- details .undocumented [open ] > summary ::before {
1650
- padding-left : 17px ;
1651
- height : max (17px , 1.1em );
1652
- background-repeat : no-repeat
1653
- background-position: top left;
1654
- content : "Hide undocumented items" ;
1655
- }
1656
-
1657
1628
/* Media Queries */
1658
1629
1659
1630
@media (min-width : 701px ) {
0 commit comments