0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01: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

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;