File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ title: Changelog
19
19
- TypeDoc will now consider symbols to be external only if all of their declarations are external
20
20
so that declaration merged members with global symbols can be documented, #2844 .
21
21
- Fixed an issue where TypeDoc would constantly rebuild, #2844 .
22
+ - Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, #2845 .
22
23
23
24
### Thanks!
24
25
Original file line number Diff line number Diff line change 991
991
vertical-align : text-top;
992
992
}
993
993
/*
994
- We need to be careful to target the arrow indicating whether the accordion
995
- is open, but not any other SVGs included in the details element.
996
- */
994
+ * We need to be careful to target the arrow indicating whether the accordion
995
+ * is open, but not any other SVGs included in the details element.
996
+ */
997
997
.tsd-accordion : not ([open ]) > .tsd-accordion-summary > svg : first-child ,
998
998
.tsd-accordion : not ([open ]) > .tsd-accordion-summary > h1 > svg : first-child ,
999
999
.tsd-accordion : not ([open ]) > .tsd-accordion-summary > h2 > svg : first-child ,
1000
1000
.tsd-accordion : not ([open ]) > .tsd-accordion-summary > h3 > svg : first-child ,
1001
- .tsd-accordion : not ([open ]) > .tsd-accordion-summary > h4 > svg : first-child {
1001
+ .tsd-accordion : not ([open ]) > .tsd-accordion-summary > h4 > svg : first-child ,
1002
+ .tsd-accordion : not ([open ]) > .tsd-accordion-summary > h5 > svg : first-child {
1002
1003
transform : rotate (-90deg );
1003
1004
}
1004
1005
.tsd-index-content > : not (: first-child ) {
You can’t perform that action at this time.
0 commit comments