During an accessibility review of a website based on WCAG 2.1 level AA, the implementation of inactive buttons was criticized. The command aria-disabled=”true” has been applied, and the appearance of the inactive button is appropriate for contrast. Despite this, I was also required to use the “cursor: not-allowed” style, but I don’t like this from a design point of view. I read it and did not find an item in the WCAG 2.1 guidelines that would require the use of the mentioned cursor style. What do you think, is it really necessary to use the cursor style in case of inactive buttons if I want to comply with the WCAG 2.1 AA level? Thanks