Exclude classes from disabled grayout

e86629a644ca09ec84d8f35d1354b73111ef78f8

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

1 files changed, +1 -1Showing whitespace changes
public/css/st-tailwind.css+1 -1
@@ -495,7 +495,7 @@
495495
496input:disabled,496input:disabled,
497textarea:disabled,497textarea:disabled,
498.disabled {498.disabled:not(.group_member, .attachmentListItem, .prompt_order) {
499 cursor: not-allowed;499 cursor: not-allowed;
500 filter: brightness(0.5);500 filter: brightness(0.5);
501}501}