From 282c86f19a5b509c7cb47deffffe4dfded212507 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 11 Aug 2020 20:32:17 +0200 Subject: [PATCH] Fix pagination button hover color --- src/styles/theme/theme.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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 {