gpt4 book ai didi

html - Bootstrap 自定义复选框的 Box-Shadow CSS

转载 作者:行者123 更新时间:2023-12-04 10:50:13 24 4
gpt4 key购买 nike

我想删除单击复选框时出现的阴影。我已经使用了 Bootstrap 4 的自定义复选框并为必要的东西着色,但我无法从哪里找到 箱影正在显示这是我的代码-

<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck1">
<label class="custom-control-label" for="customCheck1"><h6>Change flooring - ₹ 10</h6></label>
</div>

最佳答案

这是设置“box-shadow”的样式选择器

.custom-control-input:focus~.custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

关于html - Bootstrap 自定义复选框的 Box-Shadow CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59516495/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com