pencilvoid
2 years ago
it's nowhere near as flexible as my current solution with regards to styling. can't even have the arrow next to the box rather than inside it without the arrow appearing outside the main content column
pencilvoid
2 years ago
"Making dropdowns with pure CSS would be a good idea" said pencilvoid, with no idea what they were getting themselves into
owlroost
2 years ago
Really does seem like it should be easier, right? Checkbox hack, or another method?
pencilvoid
2 years ago
I've considered switching to use HTML details and summary tags but i have no idea if those are semantically different in any meaningful way
owlroost
2 years ago
As far as I know, details and summary are better than the checkbox hack in terms of accessibility (and maintenance effort).
owlroost
2 years ago
Also found this as an option via StackOverflow: https://stackoverflow.com/a/63724779
finel
2 years ago
I use details and summary tags as a dropdown for my own ease (being more of a coding beginner), don't know if it's how they should be used but it is comfortable. also they open and close in reading mode which I think is nice.
Just some minor layout tweaks and fixes. But enough about me. How have you been