Skip to content

Conversation

fbovo
Copy link

@fbovo fbovo commented Aug 16, 2021

Attempt to move forward this: #31

>
<ol
class="vs-carousel__dots"
:aria-label="i18n.paginationNavigation">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated > on the end of the line.

:key="index"
:aria-current="index -1 === currentPage"
@click="goToSlide(index - 1)"
>⬤</li>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep HTML entity for this kind of bullets, otherwise it might bring some cross-browser errors.

Comment on lines 15 to 25
.vs-carousel__dots {
list-style: none;
padding: 0;
text-align: center;

> li {
display: inline-block;
padding: .25em;
cursor: pointer;
}
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part should be move into ./dist/vue-snap.css

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 this pull request may close these issues.

2 participants