Owl 旋转木马试图移除导航周围的灰色边框

Owl Carousel Trying to remove grey border around nav

在 owl 轮播中我添加了:

navigation:true,
navigationText: ["<img src='img/leftarrow.png'>",
                "<img src='img/rightarrow.png'>"],

图像是两个箭头。但是,当我查看它们时,它们周围有一个灰色的椭圆形?我想删除它,以便只有箭头图像本身可见。

您需要通过添加这些样式来删除轮廓:

.owl-next:focus, .owl-prev:focus {outline: none;}