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:
parent
24ab1fcf42
commit
5158338b7c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user