]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix hover border covering active in pagination 16649/head 16651/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Tue, 16 Jun 2015 19:43:18 +0000 (15:43 -0400)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Tue, 16 Jun 2015 19:43:18 +0000 (15:43 -0400)
Fix #16646

less/pagination.less

index 31a23bf79ab4c190de6a3184a7f3b9f666263b30..31f77aae4ed7bff3bfaac4f3acf393cfb24ad149 100644 (file)
@@ -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;