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

Wrong css class for styling page dots in docs #1224

Open
bnomei opened this issue May 17, 2022 · 1 comment
Open

Wrong css class for styling page dots in docs #1224

bnomei opened this issue May 17, 2022 · 1 comment
Milestone

Comments

@bnomei
Copy link

bnomei commented May 17, 2022

flickity v2.2

.dot is stated in docs but code uses .flickity-page-dot.

https://flickity.metafizzy.co/style.html#page-dots

/* position dots in carousel */
.flickity-page-dots {
  bottom: 0px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}
@hadl
Copy link

hadl commented May 18, 2022

.flickity-page-dot is for V3

See #1210

@desandro desandro added this to the v3 milestone Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants