Fix pagination buttons hover z-index (#25532)
This commit is contained in:
parent
24ab1fcf42
commit
5158338b7c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue