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

@ -138,6 +138,10 @@
background: var(--item-card-header-input-background);
color: var(--item-card-header-input-colour);
text-align: center;
&:disabled {
color: var(--item-card-header-disabled-input-colour);
}
}
}