diff --git a/src/scss/ui/_pagination.scss b/src/scss/ui/_pagination.scss index 428b9a1c4..5117a7367 100644 --- a/src/scss/ui/_pagination.scss +++ b/src/scss/ui/_pagination.scss @@ -5,15 +5,19 @@ .page-link { min-width: 1.75rem; border-radius: $border-radius; - - &:hover { - background: transparent; - } } .page-item { text-align: center; + &:not(.active) { + .page-link { + &:hover { + background: transparent; + } + } + } + &.page-prev, &.page-next { flex: 0 0 50%;