Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
fix(controls): cursor
Browse files Browse the repository at this point in the history
keep the cursor as default when hovering over the page count
  • Loading branch information
eddier committed Feb 22, 2017
1 parent 524029f commit 92b06c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/components/pagination-control.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
& .count__current {
margin-right: 5px;
}
Expand Down

0 comments on commit 92b06c7

Please sign in to comment.