Skip to content

Commit

Permalink
fix: tsd-index-accordion svg rotate
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Jun 26, 2024
1 parent 7220023 commit 432fb45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
@@ -158,3 +158,10 @@ code.tsd-tag {
#tsd-search .title {
padding-left: 10px;
}

.tsd-index-accordion .tsd-accordion-summary > svg {
transform: rotate(-90deg);
}
.tsd-index-accordion[open] .tsd-accordion-summary > svg {
transform: rotate(0deg);
}

0 comments on commit 432fb45

Please sign in to comment.