@@ -145,7 +145,7 @@ h4.type.trait-impl, h4.associatedconstant.trait-impl, h4.associatedtype.trait-im
145
145
146
146
h1 , h2 , h3 , h4 ,
147
147
.sidebar , a .source , .search-input , .content table td : first-child > a ,
148
- . collapse-toggle , div .item-list .out-of-band ,
148
+ div .item-list .out-of-band ,
149
149
# source-sidebar , # sidebar-toggle ,
150
150
details .rustdoc-toggle > summary ::before ,
151
151
details .undocumented > summary ::before ,
@@ -560,9 +560,6 @@ h4 > code, h3 > code, .invisible > code {
560
560
.content .docblock > .impl-items table td {
561
561
padding : 0 ;
562
562
}
563
- .toggle-wrapper .marg-left > .collapse-toggle {
564
- left : -24px ;
565
- }
566
563
.content .docblock > .impl-items .table-display , .impl-items table td {
567
564
border : none;
568
565
}
@@ -969,45 +966,6 @@ a.test-arrow:hover{
969
966
font-weight : 300 ;
970
967
}
971
968
972
- .collapse-toggle {
973
- font-weight : 300 ;
974
- position : absolute;
975
- left : -23px ;
976
- top : 0 ;
977
- }
978
-
979
- h3 > .collapse-toggle , h4 > .collapse-toggle {
980
- font-size : 0.8em ;
981
- top : 5px ;
982
- }
983
-
984
- .toggle-wrapper > .collapse-toggle {
985
- left : -24px ;
986
- margin-top : 0px ;
987
- }
988
-
989
- .toggle-wrapper {
990
- position : relative;
991
- margin-top : 0 ;
992
- }
993
-
994
- .toggle-wrapper .collapsed {
995
- height : 25px ;
996
- transition : height .2s ;
997
- margin-bottom : .6em ;
998
- }
999
-
1000
- .collapse-toggle > .inner {
1001
- display : inline-block;
1002
- width : 1.2ch ;
1003
- text-align : center;
1004
- }
1005
-
1006
- .collapse-toggle .hidden-default {
1007
- position : relative;
1008
- margin-left : 20px ;
1009
- }
1010
-
1011
969
.since + .srclink {
1012
970
display : table-cell;
1013
971
padding-left : 10px ;
@@ -1024,14 +982,6 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
1024
982
margin-right : 5px ;
1025
983
}
1026
984
1027
- .toggle-wrapper > .collapse-toggle {
1028
- left : 0 ;
1029
- }
1030
-
1031
- .variant + .toggle-wrapper + .docblock > p {
1032
- margin-top : 5px ;
1033
- }
1034
-
1035
985
.sub-variant , .sub-variant > h3 {
1036
986
margin-top : 0px !important ;
1037
987
padding-top : 1px ;
@@ -1452,14 +1402,6 @@ h4 > .notable-traits {
1452
1402
position : inherit;
1453
1403
}
1454
1404
1455
- .toggle-wrapper > .collapse-toggle {
1456
- left : 0px ;
1457
- }
1458
-
1459
- .toggle-wrapper {
1460
- height : 1.5em ;
1461
- }
1462
-
1463
1405
# search {
1464
1406
margin-left : 0 ;
1465
1407
}
@@ -1550,14 +1492,6 @@ h4 > .notable-traits {
1550
1492
border-bottom : 1px solid;
1551
1493
}
1552
1494
1553
- .collapse-toggle {
1554
- left : -20px ;
1555
- }
1556
-
1557
- .impl > .collapse-toggle {
1558
- left : -10px ;
1559
- }
1560
-
1561
1495
.item-list > details .rustdoc-toggle > summary : not (.hideme )::before {
1562
1496
left : -10px ;
1563
1497
}
@@ -1597,7 +1531,7 @@ h4 > .notable-traits {
1597
1531
}
1598
1532
1599
1533
@media print {
1600
- nav .sub , .content .out-of-band , . collapse-toggle {
1534
+ nav .sub , .content .out-of-band {
1601
1535
display : none;
1602
1536
}
1603
1537
}
0 commit comments