Commit 1e646927 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #16651 from kkirsche/paginationBorder

Fix hover border covering active in pagination
parents a49f8e98 2a38a923
3 merge requests!28721Hot test,!22103test,!25326Adjust examples
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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;
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment