Describe the bug
Expires section should have a cursor pointer on mouse hover, and right now the mouse is default
To Reproduce
Steps to reproduce the behavior:
Go to Storybook
Put your mouse on top of
See that your cursor is default
Expected behavior
The cursor should be pointer on hover, as it's the others parts of the component, like the card number and name.
Screenshots
Environment:
OS: Ubuntu 20.04
Browser: Google Chrome (up to date)
Build environment (i.e. NodeJS): N/A
Suggestion(s) for fixing this issue
Try to refactor the elements, check if there's any element on top of it, or add cursor:pointer to every element in Expires
Describe the bug Expires section should have a cursor pointer on mouse hover, and right now the mouse is default
To Reproduce
Steps to reproduce the behavior:
default
Expected behavior The cursor should be
pointer
on hover, as it's the others parts of the component, like the card number and name.Screenshots
Environment:
Suggestion(s) for fixing this issue Try to refactor the elements, check if there's any element on top of it, or add
cursor:pointer
to every element in ExpiresAdditional context N/A