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
flickity v2.2
.dot is stated in docs but code uses .flickity-page-dot.
.dot
.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; }
The text was updated successfully, but these errors were encountered:
.flickity-page-dot is for V3
See #1210
Sorry, something went wrong.
No branches or pull requests
flickity v2.2
.dot
is stated in docs but code uses.flickity-page-dot
.https://flickity.metafizzy.co/style.html#page-dots
The text was updated successfully, but these errors were encountered: