chore: fix nested collapsible arrow direction

This commit is contained in:
Aman Harwara
2023-12-15 22:04:05 +05:30
parent 118421c5e0
commit 4d6caffa3a

View File

@@ -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);