Disabled cursor behaves weirdly

185079595d9c43f2c5144d87453fecde4862cd08

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

1 files changed, +5 -2Ignore whitespace
public/css/st-tailwind.css+5 -2
@@ -494,12 +494,15 @@
494494}
495495
496496input:disabled,
497497textarea:disabled, {
498-#AdvancedFormatting .disabled {
499498 cursor: not-allowed;
500499 filter: brightness(0.5);
501500}
502501
502+#AdvancedFormatting .disabled {
503+ filter: brightness(0.5);
504+}
505+
503506.debug-red {
504507 border: 1px solid red !important;
505508}