gpt4 book ai didi

css - Scss - 单击时禁用边框

转载 作者:行者123 更新时间:2023-11-28 01:59:28 25 4
gpt4 key购买 nike

我正在使用 ngb-Bootstrap 创建旋转木马,但我遇到了边框问题。当我点击轮播按钮或轮播中的任何地方时,我都会遇到这样的事情:

enter image description here

我不想在外面显示这个边框。我试图删除事件或焦点上的边框,但没有任何效果。

.imageCarousel {
max-height: 500px;
text-align: center;
color: $color2;

user-select: none;


img {
max-width: 80%;
max-height: 280px;

}
.carousel-indicators {
color: $color2;
}
}

最佳答案

*:focus {
outline: none;
}

或者您可以使用 CSS 类(如 .imageCarousel)更加具体。

关于css - Scss - 单击时禁用边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49432652/

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