aww yeah, I managed to do a sensitive content clickthrough thing purely in CSS on https://shork.xyz/posts.html
it uses :focus
so you can only reveal one at a time but idk, works for now. Maybe I'll have a look if there's a way to do it with <details><summary>
or with a checkbox
also it won't work in browsers without backdrop-filter
which is a bummer
@LottieVixen you can probably just do click()
on the element
wym one time thing?
@noiob ohhh I misread
"it uses :focus so you can only reveal one at a time but idk"
to mean once cursor was off it, it would hide again. reset back to a toggle.
@noiob ooo i hope you can close details with js because that would be nice
an curious about the one time thing in css only tho