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

Pagination link missing hand pointer if href is removed #211

Closed
zemian opened this issue Aug 28, 2023 · 0 comments
Closed

Pagination link missing hand pointer if href is removed #211

zemian opened this issue Aug 28, 2023 · 0 comments

Comments

@zemian
Copy link

zemian commented Aug 28, 2023

When working with JS, we often do not use href on <a> tag. When this is used in pagination, we no longer have the hand cursor when href is removed. Please have the style without require href.

Test case:

      <div class="pagination">
        <div class="pagination-item short disabled"><a class="disabled">Prev</a></div>
        <div class="pagination-item short selected"><a >1</a></div>
        <div class="pagination-item short"><a >2</a></div>
        <div class="pagination-item short"><a >3</a></div>
        <div class="pagination-item short"><a >4</a></div>
        <div class="pagination-item short"><a>...</a></div>
        <div class="pagination-item short"><a >13</a></div>
        <div class="pagination-item short"><a >Next</a></div>
      </div>
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

No branches or pull requests

2 participants