In Rome, some Service Portal widgets will show a highlight around the widget when clicked on by the userDescriptionIn Rome, some Service 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. Steps to Reproduce: 1. IN OOB Rome go to /sp2. click on SN company logo or "request something", "knowledge base", or "get help"- notice in Rome only a highlight is seen 3. Now in Quebec, with accessibility setting off go to /sp4. redo steps 1 and 2- notice no highlight is shown but if you turn on accessibility setting the issue is replicated Expected behavior: highlight seen in Rome only Actual behavior: should allow user to turn this off or on. Example of some widgets in Rome: Release or EnvironmentRomeCauseThis is working as expected. In Rome, we have enabled accessibility css files irrespective of the accessibility toggle.ResolutionAs a workaround, Please implement the following on the customer instance.1) 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)2) 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"] selector3) Navigate to Service Portal --> Themes and make the following changes in 'Stock - High Contrast' theme.Search and replace [accessibility] selector with [accessibility="true"] selector