SortSite flags removal of focus outline from disabled buttons #2127
Labels
accessibility
button
🕔 hours
A well understood issue which we expect to take less than a day to resolve.
Milestone
Description of the issue
SortSite flags the way we remove the outline from the focus state of disabled button as a potential issue:
When the disabled attributed is used on a
<button>
the button should no longer be focusable, so I don't think this would be an issue.However, if the
govuk-button--disabled
class is used on a link this could be problematic as the link might still be focusable but the focus indicator would not be visible.The text was updated successfully, but these errors were encountered: