Skip to content

Commit

Permalink
fix(whatislove-dev): remove summary marker icon from all browsers wd-…
Browse files Browse the repository at this point in the history
…583 (#589)
  • Loading branch information
what1s1ove authored Jun 10, 2024
1 parent 6bca1a8 commit 4c496a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/whatislove-dev/src/styles/blocks/accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
font-weight: 600;
color: hsl(var(--color));
text-transform: uppercase;
list-style: none;

&::-webkit-details-marker {
display: none;
}
}

.accordion__content {
Expand Down

0 comments on commit 4c496a2

Please sign in to comment.