Skip to content

Commit

Permalink
Add RTL support for Accordion Marker
Browse files Browse the repository at this point in the history
  • Loading branch information
remohammadi committed Dec 11, 2024
1 parent 5e37f38 commit 6359082
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/components/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,17 @@

&::after {
float: left;
transform: rotate(90deg);
background-position: left center;
}
}
&[open] {
> summary {
&::after {
transform: rotate(0);
}
}
}
}
}
}

0 comments on commit 6359082

Please sign in to comment.