CSS list-style-type not being applied on <details><summary> on safari
Hey everyone,
I'm actually using tailwind but have tried it with css and the behavior is the same:
works great, at least in Chrome, i mean, the native carret for summary is not rendered.
In Safari, though, it does appear, messing up my custom styling
5 Replies
Try this:
If you prefer/need to do it directly in Tailwind this should work:
perfect, it works. Thank you @Chris
by the way, you have to keep both methods
you need the
list-none
as wellthank you, i know that
you're welcome
you don't need the
list-none
in the <details>
, by the way