JQuery 结合 Bootstrap 使用Tab

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

Remove the dotted border from selected tabs

You can use

 a:focus { outline: none; } 

原文地址:https://www.cnblogs.com/mantian/p/3013502.html