Skip to content
New issue

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

Two slider dot selection at the same time #2237

Open
PRADEEPKORRIYA opened this issue May 15, 2023 · 4 comments · May be fixed by #2254
Open

Two slider dot selection at the same time #2237

PRADEEPKORRIYA opened this issue May 15, 2023 · 4 comments · May be fixed by #2254

Comments

@PRADEEPKORRIYA
Copy link

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:

image

@datxto
Copy link

datxto commented May 17, 2023

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; }

@pratyushbh
Copy link
Contributor

Hi, i cannot replicate the issue, can you please provide a repo of code in which the issue is occuring

@akiran
Copy link
Owner

akiran commented Jun 5, 2023

@pratyushbh This is happening when we click 2 times on the dots in auto play mode
Screenshot 2023-06-05 at 8 51 37 AM

@ashutosh887
Copy link

Well explained @akiran

@pratyushbh pratyushbh linked a pull request Jul 6, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants