Make the disabled details collapse/expand more obvious when it's disabled (closes #63)

This commit is contained in:
Oliver 2026-04-09 21:48:43 -06:00
parent 9955b76956
commit 687440c0da
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
.taf > .window-content button {
&:disabled {
cursor: not-allowed;
}
}