diff options
| author | Martijn Cuppens <[email protected]> | 2018-02-03 08:54:08 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-02-03 09:54:08 +0200 |
| commit | 5158338b7c0b12f2e01891e5b5bef18c8e64a1c0 (patch) | |
| tree | ac0f284d9342e53e1b975470ba987e1bb744abde | |
| parent | 24ab1fcf4251cf4cb7849cc7c4df23964db1f425 (diff) | |
| download | bootstrap-5158338b7c0b12f2e01891e5b5bef18c8e64a1c0.tar.xz bootstrap-5158338b7c0b12f2e01891e5b5bef18c8e64a1c0.zip | |
Fix pagination buttons hover z-index (#25532)
| -rw-r--r-- | scss/_pagination.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_pagination.scss b/scss/_pagination.scss index 959b2eb4b..e610d27e2 100644 --- a/scss/_pagination.scss +++ b/scss/_pagination.scss @@ -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; |
