Trash stays upright
This commit is contained in:
parent
cc6cda7236
commit
5e9cd1139d
|
@ -111,7 +111,7 @@ export function TodoList(
|
||||||
</ul>
|
</ul>
|
||||||
{doneTodos.length > 0
|
{doneTodos.length > 0
|
||||||
? (
|
? (
|
||||||
<details class='text-gray-500 [&_svg]:open:-rotate-180'>
|
<details class='text-gray-500 [&>summary>svg]:open:-rotate-180'>
|
||||||
<summary class='cursor-pointer marker:content-[""] flex justify-between hover:bg-gray-500/20 p-4 rounded mt-4'>
|
<summary class='cursor-pointer marker:content-[""] flex justify-between hover:bg-gray-500/20 p-4 rounded mt-4'>
|
||||||
<span>+{doneTodos.length} completed todos</span>
|
<span>+{doneTodos.length} completed todos</span>
|
||||||
<ChevronDownMiniSolid className='w-6 h-6' />
|
<ChevronDownMiniSolid className='w-6 h-6' />
|
||||||
|
|
Loading…
Reference in a new issue