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 right border is cut off on hover #15976

Closed
sqal opened this issue Mar 2, 2015 · 1 comment · Fixed by #15978
Closed

Pagination link right border is cut off on hover #15976

sqal opened this issue Mar 2, 2015 · 1 comment · Fixed by #15978
Labels
Milestone

Comments

@sqal
Copy link
Contributor

sqal commented Mar 2, 2015

Due the negative -1px left margin applied on href link/span, right border is cut off when we hover over an element. Seems like there needs to be added z-index.

Issue example: http://jsfiddle.net/46s0ys7t/

@oktalk
Copy link

oktalk commented Mar 19, 2015

+1

This would be an easy fix too. In the pagination.less file, elements with the .active class already get a z-index bump. The same thing just needs to be applied to the hover and focus states.

@mdo mdo closed this as completed in #15978 Apr 5, 2015
mdo added a commit that referenced this issue Apr 5, 2015
[Fixes #15976] Fix pagination link cut off border on hover
@cvrebert cvrebert added this to the v3.3.5 milestone Apr 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants