Exclude classes from disabled grayout

This commit is contained in:
Cohee 2024-09-03 11:26:13 +00:00
parent d5b1a50cca
commit e86629a644
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@
input:disabled,
textarea:disabled,
.disabled {
.disabled:not(.group_member, .attachmentListItem, .prompt_order) {
cursor: not-allowed;
filter: brightness(0.5);
}