Wherever possible, we should remove reliance on any classes that were created specifically for disabled styles (Example: .usa-button--disabled). Instead of applying disabled styles to these classes, they should instead be applied to both the disabled and aria-disabled attributes.
Wherever possible, we should remove reliance on any classes that were created specifically for disabled styles (Example: .usa-button--disabled). Instead of applying disabled styles to these classes, they should instead be applied to both the
disabledandaria-disabledattributes.