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:
<details class="group list-none before:hidden">
   <summary class="cursor-pointer list-none text-xl">
   </summary>
</details>


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
Screenshot_2024-06-26_at_17.05.49.png
Screenshot_2024-06-26_at_17.05.56.png
Was this page helpful?