Service Portal widgets show a highlight around the widget when clicked on - Form fields show no keyboard focus by defaultDescriptionService Portal widgets will show a highlight around the widget when clicked on by the user. This may be seen all over the portal, but with different widgets. By default no keyboard/navigation focus is visible for the form fields.Steps to Reproduce 1. Go to the /sp homepage.2. Click on SN company logo or "Request Something," "Knowledge Base," or "Get Help". Notice only a highlight is seen.3. Navigate to the /sp?id=form&t=incident page.4. Try to navigate across the form fields using the keyboard. Navigation focus can not be seen unless accessibility is enabled.WorkaroundThis problem was fixed In Rome, where accessibility css files have been enabled irrespective of the accessibility toggle. The pre-Rome workaround was the following: Navigate to Ui macros --> create a new macro with the name 'html_page_sp'Copy the content from the attached html_page_sp.xml (this is attached to KB. Will need a SN TSE to share it with you)Navigate to Service Portal --> CSS and make the following changes in sp-theme-stock-high-contrast.css and sp-theme-la-jolla.css.Search and replace [accessibility] selector with [accessibility="true"] selectorNavigate to Service Portal --> Themes and make the following changes in 'Stock - High Contrast' theme.Search and replace [accessibility] selector with [accessibility="true"] selectorRelated Problem: PRB1478423