We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all, we have implemented slick slider for our project and we are facing one issue.
Issue is when we selects any dot (Navigation at bottom) and slide using mouse or figure it shows two selected dots,
Please refer attached screenshot we found same original slick implementation:
The text was updated successfully, but these errors were encountered:
You can try .slick-dots li button:before { opacity: 1; color: rgba(0, 0, 0, 0.25); } .slick-dots li.slick-active button:before { color: #000; }
Sorry, something went wrong.
Hi, i cannot replicate the issue, can you please provide a repo of code in which the issue is occuring
@pratyushbh This is happening when we click 2 times on the dots in auto play mode
Well explained @akiran
Successfully merging a pull request may close this issue.
Hi all, we have implemented slick slider for our project and we are facing one issue.
Issue is when we selects any dot (Navigation at bottom) and slide using mouse or figure it shows two selected dots,
Please refer attached screenshot we found same original slick implementation:
The text was updated successfully, but these errors were encountered: