JQuery 结合 Bootstrap 使用Tab

使用Tab过程中,想要去掉选中TAB时的虚框。

Remove the dotted border from selected tabs

You can use

a:focus { outline: none; }