Description:
Standardizing the appearance of buttons enhances the user's recognition of the widgets as buttons. We can add buttons by using role=button in the HTML element and thus can increase the accessibility of platform.
Todo:
Go through the files in these folder: platform-client/app/settings
Search for any buttons in the codebase of platform-client which are not button-elements and add role=button in the html element with that class. An easy way to search that might be by searching for class="button Make sure that you do not make any changes to the UI of platform.
Aha! Link: https://ushahiditeam.aha.io/features/PROD-866