Thanks so much ! I needed an additional line in the css, summary {list-style: none;}, to make the disclosure triangle go away, but otherwise, worked like a charm. Very much appreciated.
This is amazing and so simple. I like it....👍👍👍👍 But one thing :- Turn off the default triangle " details summary::-webkit-details-marker { display:none; }" didn't work for me. I believe the following approaches will work. ul summary::marker { content: none; }
Thank you very very much, I get stuck in dealing with this task until I watch your guide.
Really appreciated. Thank you again
Wow! Thanks for the priceless tutorial.
I thought I would be getting it done with JS until I watched your video.
Thanks so much ! I needed an additional line in the css, summary {list-style: none;}, to make the disclosure triangle go away, but otherwise, worked like a charm. Very much appreciated.
I had this same scenario come into my work today, your tutorial really helped, thanks Andrew!
You're such a good teacher that I don't even need to do this on css but i watched it anyway.
PS: good music on the intro
The perfet tutorial I'v search for tree UI! Thanks Andrew.
This video helped me a great deal. Thanks a lot, good sir.
Man you are a life saver
How well does this approach support screen-readers and accessibility?
Sorry Andy, did you forget to make the code available for download? I'll be helpful if you do
Very cool. Thanks Andrew!
Amazing creativity. Thanks Andy
My pleasure!
Thanks for all the helpful information 😍
Great video and explanation. Thanks
Thank you for the nice video, again and your calm way of explaining. Can you make it also suitable for mobile.
This. is. amazing. I would have gone the hard way with JavaScript, but this is so so much better. Thank you sir!
Subb'd
Nice!
Is this ada friendly?
Hello sir, is there any way we can make that recursive by note repeating the template (li), which repeats itself until last child 😊
This was helpful!
Really helpful
How would we do this in React ?
You are the best for me thanks
Source code? I cant get rid of the summery::marker
Can you share the code from intro?
good work
thank you
Please upload regularly sir. Miss your videos
I do plan on more regular uploads!
great video!
Thanks!
source code please
We need more full website with css grid (grid-template-areas)
source code?
Can i get the code?:)
This is amazing and so simple. I like it....👍👍👍👍
But one thing :- Turn off the default triangle " details summary::-webkit-details-marker { display:none; }" didn't work for me.
I believe the following approaches will work.
ul summary::marker {
content: none;
}
I found this also worked:
.tree summary{
list-style: none;
}
I had the same issue. But the content:none; worked. Disturbing for standardization. I am using the latest Chrome browser, too.
same here
MDN is pretty bad too. the documentation on summary doesn't cover this....
I have done this without css checkbox or javascript using only html details and summary
Including the lines and icons?
source code????