小编Hus*_*bid的帖子

如何从复选框中删除蓝色边框(Bootstrap 4.1)

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/hus​​sainabid/mgdjprst/

css twitter-bootstrap bootstrap-4

3
推荐指数
1
解决办法
1895
查看次数

标签 统计

bootstrap-4 ×1

css ×1

twitter-bootstrap ×1