How to remove default chevron icron in <summary> tag when using dropdown? #2511
-
Hi, i have one dropdown nested inside another, this is the child dropdown
It's working fine, but i don't want that chevron icon to appear. Is there a workaround to that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you use a daisyUI button class for the Another way is to add this arbitrary class: |
Beta Was this translation helpful? Give feedback.
-
Cleaner way |
Beta Was this translation helpful? Give feedback.
If you use a daisyUI button class for the
<summary>
like this:<summary class="btn">
the chevron will go away, otherwise, daisyUI doesn't apply styles to it:https://play.tailwindcss.com/Y5naFVQh4W
Another way is to add this arbitrary class:
[list-style:none]
to<summary>
https://play.tailwindcss.com/fb7glrAlfT