This article will help you to remove the blur border from an accordion.
This is default jquery-ui.css conflict issue
Please add following CSS to fix
.accordions .accordions-head{ outline: none; }
This article will help you to remove the blur border from an accordion.
This is default jquery-ui.css conflict issue
Please add following CSS to fix
.accordions .accordions-head{ outline: none; }