Cursor over current page number and disabled prev/next links in Pager(renderer version) should be an arrow, not the hand
Description
Environment
Activity

sparsh paliwal March 3, 2016 at 2:40 PM
@Justin Thank you very much. I have sent PR for the fix of this issue and FUILD-3921.

Justin Obara March 3, 2016 at 1:40 PM
I've updated the description to include a link to pager demo. The parent of the previous/next link gets a class "fl-pager-disabled" added to it when it should be disabled. The active page link gets a class of "fl-pager-currentPage" added to it. You should be able to make use of these classes to create the appropriate styles needed.

sparsh paliwal March 2, 2016 at 8:16 PM
Hi I am new to infusion. I guess to solve this bug we can simply use css cursor property when :active. But for the part prev/next links in Pager, from my basic understanding of infusion we need to make a event for previousNext subcomponent https://wiki.fluidproject.org/display/docs/Pager+API#PagerAPI-PreviousNextsubcomponent which would solve both the things for greying out() and putting the arrow, and not the hand in the prev/next link.
I am sorry if this is a basic question I have tried reading tutorial for infusion and Event System and this is what I have understand, please help me get on right path if I am wrong.
The cursor over the current page number, disabled previous and next page links on the Pager (renderer version) is a hand but should have a default "over text" cursor look (i.e. arrow)