Skip to content

Commit

Permalink
chore: fix nested collapsible arrow direction
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Dec 15, 2023
1 parent 118421c commit 4d6caff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
transform: translateY(-50%);
}

.Collapsible__container[open] .Collapsible__title:before {
.Collapsible__container[open] > .Collapsible__title:before {
border-color: transparent;
border-width: 6px 4px 0 4px;
border-top-color: var(--sn-stylekit-contrast-color);
Expand Down

0 comments on commit 4d6caff

Please sign in to comment.