Skip to content

Commit

Permalink
🐛 fix(accordion.scss): Fix accordion rendering on Safari #216
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Oct 22, 2023
1 parent 77582e7 commit ab69a6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
opacity: 0.75;
transition: all 250ms;

/* Required for Safari, see https://github.com/Spiderpig86/Cirrus/issues/216 */
&::-webkit-details-marker {
display: none;
}

&:after {
background-image: url($img-chevron-dark);
background-position: right center;
Expand Down

0 comments on commit ab69a6c

Please sign in to comment.