© 2026 Hedgehog Software, LLC
cursor-not-allowed
disabled
readonly
fi-input
disabled:
/* WORK */ .fi-input { @apply read-only:cursor-not-allowed read-only:opacity-50 !important; } /* DOESN'T WORK */ .fi-input { @apply disabled:cursor-not-allowed disabled:opacity-50 !important; }