D
D
daylight62019-07-01 11:45:40
css
daylight6, 2019-07-01 11:45:40

How to remove border on click on element in slick slider?

I'm making a slider using the slick slider plugin and I can't understand where this blue border around the block comes from when the element is clicked:
5d19c729ac7c9735297233.jpeg
It is not in the style files, the blocks everywhere have outline: none in slick.css and slick.theme.css.
Bootstrap styles don't seem to have anything similar for divs either .

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
galkan, 2019-07-01
@galkan

outline: none add for slick-slide:active

D
dimkaganin, 2020-12-23
@dimkaganin

.slick-slide:active, .slick-slide:focus {
outline: none;
}

C
cs_gamers2014, 2021-01-30
@cs_gamers2014

Helped as a result of applying the outline: none property to the slider elements.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question