app/assets/less/components/pagination.less: fix pagination abit. remove unused variable and set a slight hover effect.
This commit is contained in:
parent
23d5d7e0cb
commit
d4a11a7ab3
2 changed files with 3 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
&:hover {
|
||||
color: @pagination-color;
|
||||
background-color: @pagination-hover;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue