Bootstrap 4.1
如何从焦点上显示的复选框中删除蓝色边框?
我尝试使用轮廓,但是它不起作用。
我使用的代码是:
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck1">
<label class="custom-control-label" for="customCheck1">Check this custom checkbox</label>
</div>
Run Code Online (Sandbox Code Playgroud)
实时版本或示例是:https : //jsfiddle.net/hussainabid/mgdjprst/