Y
Hacker News
new
|
ask
|
show
|
jobs
by
vantagedesign
2230 days ago
Okay thanks I'm going to check it out. I think some browsers add an outline to indicate it being selected, it might be that. I believe Firefox has a slightly visible dotted line around each element.
1 comments
tyingq
2230 days ago
Also happens on current Chrome on Windows, though it's blue. Adding "outline: none;" to the below button element fixes it.
<button type="button" class="slick-prev slick-arrow has-ripple"">...</button>
link
vantagedesign
2230 days ago
Okay I'll see if I can apply that fix in a future update, thanks! It's probably a Chrome specific thing then.
link