@@ -248,35 +248,6 @@ dd {
248
248
padding-left : 0 ;
249
249
}
250
250
251
- ul .tsd-descriptions > li > : first-child ,
252
- .tsd-panel > : first-child ,
253
- .col-8 > : first-child ,
254
- .col-4 > : first-child ,
255
- ul .tsd-descriptions > li > : first-child > : first-child ,
256
- .tsd-panel > : first-child > : first-child ,
257
- .col-8 > : first-child > : first-child ,
258
- .col-4 > : first-child > : first-child ,
259
- ul .tsd-descriptions > li > : first-child > : first-child > : first-child ,
260
- .tsd-panel > : first-child > : first-child > : first-child ,
261
- .col-8 > : first-child > : first-child > : first-child ,
262
- .col-4 > : first-child > : first-child > : first-child {
263
- margin-top : 0 ;
264
- }
265
- ul .tsd-descriptions > li > : last-child ,
266
- .tsd-panel > : last-child ,
267
- .col-8 > : last-child ,
268
- .col-4 > : last-child ,
269
- ul .tsd-descriptions > li > : last-child > : last-child ,
270
- .tsd-panel > : last-child > : last-child ,
271
- .col-8 > : last-child > : last-child ,
272
- .col-4 > : last-child > : last-child ,
273
- ul .tsd-descriptions > li > : last-child > : last-child > : last-child ,
274
- .tsd-panel > : last-child > : last-child > : last-child ,
275
- .col-8 > : last-child > : last-child > : last-child ,
276
- .col-4 > : last-child > : last-child > : last-child {
277
- margin-bottom : 0 ;
278
- }
279
-
280
251
@keyframes fade-in {
281
252
from {
282
253
opacity : 0 ;
@@ -1073,9 +1044,6 @@ a.tsd-index-link {
1073
1044
font-size : 14px ;
1074
1045
overflow-x : auto;
1075
1046
}
1076
- .tsd-panel > .tsd-signature {
1077
- border-width : 1px 0 ;
1078
- }
1079
1047
1080
1048
.tsd-signature-symbol {
1081
1049
color : var (--color-text-aside );
@@ -1090,60 +1058,16 @@ a.tsd-index-link {
1090
1058
.tsd-signatures {
1091
1059
padding : 0 ;
1092
1060
margin : 0 0 1em 0 ;
1093
- border : 1 px solid var ( --color-accent ) ;
1061
+ list-style-type : none ;
1094
1062
}
1095
1063
.tsd-signatures .tsd-signature {
1096
1064
margin : 0 ;
1097
- border-width : 1px 0 0 0 ;
1098
- transition : background-color 0.1s ;
1099
- }
1100
- .tsd-signatures .tsd-signature : first-child {
1101
- border-top-width : 0 ;
1102
- }
1103
- .tsd-signatures .tsd-signature .current {
1104
- background-color : var (--color-background-secondary );
1105
- }
1106
- .tsd-signatures .active > .tsd-signature {
1107
- cursor : pointer;
1108
- }
1109
- .tsd-panel > .tsd-signatures {
1065
+ border-color : var (--color-accent );
1110
1066
border-width : 1px 0 ;
1067
+ transition : background-color 0.1s ;
1111
1068
}
1112
- .tsd-panel > a .anchor + .tsd-signatures {
1113
- border-top-width : 0 ;
1114
- margin-top : -20px ;
1115
- }
1116
-
1117
- ul .tsd-descriptions {
1118
- position : relative;
1119
- overflow : hidden;
1120
- padding : 0 ;
1121
- list-style : none;
1122
- }
1123
- ul .tsd-descriptions .active > .tsd-description {
1124
- display : none;
1125
- }
1126
- ul .tsd-descriptions .active > .tsd-description .current {
1127
- display : block;
1128
- }
1129
- ul .tsd-descriptions .active > .tsd-description .fade-in {
1130
- animation : fade-in-delayed 0.3s ;
1131
- }
1132
- ul .tsd-descriptions .active > .tsd-description .fade-out {
1133
- animation : fade-out-delayed 0.3s ;
1134
- position : absolute;
1135
- display : block;
1136
- top : 0 ;
1137
- left : 0 ;
1138
- right : 0 ;
1139
- opacity : 0 ;
1140
- visibility : hidden;
1141
- }
1142
- ul .tsd-descriptions h4 ,
1143
- ul .tsd-descriptions .tsd-index-panel h3 ,
1144
- .tsd-index-panel ul .tsd-descriptions h3 {
1145
- font-size : 16px ;
1146
- margin : 1em 0 0.5em 0 ;
1069
+ .tsd-description .tsd-signatures .tsd-signature {
1070
+ border-width : 1px ;
1147
1071
}
1148
1072
1149
1073
ul .tsd-parameter-list ,
0 commit comments