Fix pagination button hover color
This commit is contained in:
parent
219ee29ecf
commit
282c86f19a
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue