Every time I click on any tab in the Jquery UI tab widget, there is always a framework. Is there a possibility to remove it or is it just a browser specific problem? Note I do not have any code accessible because I'm not sure how to proceed.
Here's a screenshot . Note the blue border around the first tab.
Any help appreciated .
Only need to add it to CSS
.ui-tabs .ui-tabs-anchor {outline: none}
Comments
Post a Comment