Readonly form fields in Workflow Versions were previously showing a pointer cursor and hover background This update introduces a `isReadOnly` prop on the StyledFieldContainer, which is derived from the field's `readonly` state via `actionOptions.readonly`. When `isReadOnly` is true: - The cursor is set to `default` instead of `pointer`. This ensures a more accurate and user-friendly UI by visually indicating that the field is non-interactive. https://github.com/user-attachments/assets/90e5c109-f2a6-4e79-b72d-e2fa6038bf93 #12004 --------- Co-authored-by: Baptiste Devessier <baptiste@devessier.fr>