Hacker News new | ask | show | jobs
by vantagedesign 2231 days ago
Thanks! Nope, it's not. And I've never seen it before so I don't know where it could come from. What browser are you using?
1 comments

Android/Chrome 81.0.x

You do have to click on either the left or right arrow to see it.

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.
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>
Okay I'll see if I can apply that fix in a future update, thanks! It's probably a Chrome specific thing then.