guastallaigor / vue-paycard

Credit card component made with Vue.js (works with Vue 2 & 3)
https://vue-paycard.netlify.app
MIT License
106 stars 23 forks source link

[Bug] Expires should have a cursor pointer on mouse hover #3

Closed guastallaigor closed 3 years ago

guastallaigor commented 4 years ago

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:

  1. Go to Storybook
  2. Put your mouse on top of
  3. 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 image

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 Expires

Additional context N/A