Skip to content

Commit

Permalink
Fix hover border covering active in pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirsche committed Jun 16, 2015
1 parent a49f8e9 commit 2a38a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
> li > span {
&:hover,
&:focus {
z-index: 3;
z-index: 2;
color: @pagination-hover-color;
background-color: @pagination-hover-bg;
border-color: @pagination-hover-border;
Expand All @@ -52,7 +52,7 @@
&,
&:hover,
&:focus {
z-index: 2;
z-index: 3;
color: @pagination-active-color;
background-color: @pagination-active-bg;
border-color: @pagination-active-border;
Expand Down

0 comments on commit 2a38a92

Please sign in to comment.