我已经安装了 bootstrap-select 并且一切正常,除了蓝色边框出现在 2 个实例中:
1) 在下拉菜单中

2) 选择新值时

有人可以帮忙解决它吗?我已经调整了一些东西。
.bootstrap-select .btn {
height: 43px;
color: rgba(0, 0, 0, 0.5);
background-color: white;
border-radius: 3px;
}
.bootstrap-select .btn:focus {
outline: none !important;
outline: 5px auto -webkit-focus-ring-color !important;
}