Exclude classes from disabled grayout

e86629a644ca09ec84d8f35d1354b73111ef78f8

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/css/st-tailwind.css+1 -1
@@ -495,7 +495,7 @@
495495
496496input:disabled,
497497textarea:disabled,
498-.disabled {
498+.disabled:not(.group_member, .attachmentListItem, .prompt_order) {
499499 cursor: not-allowed;
500500 filter: brightness(0.5);
501501}