Scss - 单击时禁用边框

时间:2018-03-22 15:32:18

标签: css sass

我正在用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;
        }
    }

1 个答案:

答案 0 :(得分:0)

.imageCarousel

或者你可以更具体地使用CSS类(如touchesBegan)。