Pagination link right border is cut off on hover #15976

Closed
sqal opened this Issue Mar 2, 2015 · 1 comment

3 participants

@sqal
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/

@cvrebert cvrebert added the css label Mar 2, 2015
@oktalk
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 in #15978 Apr 5, 2015
@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