Fix pagination button hover color
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-08-11 20:32:17 +02:00
parent 219ee29ecf
commit 282c86f19a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 7 additions and 0 deletions

View File

@ -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 {