sveltejs / sites

Monorepo for the sites in the Svelte ecosystem
https://svelte.dev
MIT License
286 stars 123 forks source link

fix(hn): correct CSS path for nested comments toggle #535

Closed imcotton closed 10 months ago

imcotton commented 10 months ago

Just realized CSS for recursive component not scoped, need to specify its toggle selector.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hn ✅ Ready (Inspect) Visit Preview Aug 22, 2023 8:28pm
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 22, 2023 8:28pm
PuruVJ commented 10 months ago

Thanks for the contribution!

Does this affect the styles in any way?

imcotton commented 10 months ago

It's a regression introduced in #532 where only root level's toggle icon (fold/unfold) works, this PR fixed the issue.