diff --git a/src/styles/theme/theme.scss b/src/styles/theme/theme.scss index 8fd139fe..4146e912 100644 --- a/src/styles/theme/theme.scss +++ b/src/styles/theme/theme.scss @@ -64,6 +64,13 @@ button.table { .pagination { padding-bottom: 1em; + + .pagination-previous, .pagination-next { + &:not(:disabled):hover { + background: $button-background-color; + cursor: pointer; + } + } } .is-max-width-desktop {