如何去除bootstrap-select中点击选项的轮廓

How to remove the outline of the clicked option in bootstrap-select

大家好,Whosebug 的女士们先生们。我只想问一下,当我单击 select-bootstrap select 标签中的选项之一时,如何删除蓝色边框。

试试这个 css:

a, a:active{
    outline: none!important; 
}