denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Fix the minus icon not appearing when expanding the expandable sections of the header #2582

Closed rojvv closed 1 year ago

rojvv commented 1 year ago

@crowlKats What about this?

crowlKats commented 1 year ago

You should be able to get this work by just moving the input to be the first item in the div and changing the children selectors; no need to add a new div.

rojvv commented 1 year ago

I tried that but I cannot select the nth-child(2) with twind, can I?

crowlKats commented 1 year ago

you could select the even child

rojvv commented 1 year ago

@crowlKats Done, thanks for the tip!