2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Fix pagination buttons hover z-index (#25532)

This commit is contained in:
Martijn Cuppens
2018-02-03 08:54:08 +01:00
committed by XhmikosR
parent 24ab1fcf42
commit 5158338b7c
+1
View File
@@ -15,6 +15,7 @@
border: $pagination-border-width solid $pagination-border-color;
&:hover {
z-index: 2;
color: $pagination-hover-color;
text-decoration: none;
background-color: $pagination-hover-bg;