Exclude classes from disabled grayout
| @@ -495,7 +495,7 @@ | |||
| 495 | 495 | ||
| 496 | input:disabled, | 496 | input:disabled, |
| 497 | textarea:disabled, | 497 | textarea: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 | } |