marthaegrimaldi / marthaegrimaldi/food-ordering-application-using-react-native
Enatega Admin Dashboard : (Ui-Fix Enhancement ) Cursor shape should not change when hovering over the Business Overview cards
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Cursor shape should not change when hovering over the Business Overview cards,This UI suggestion focuses on improving the user experience by maintaining consistency in cursor behavior. Currently, when hovering over the Business Overview cards, the cursor shape changes—likely to a pointer (cursor: pointer), which usually indicates a clickable element. However, if these cards are not interactive (i.e., they do not trigger actions like opening a new page or expanding content), the cursor should remain as the default arrow (cursor: default) to prevent misleading users.
This fix ensures a clear distinction between interactive and non-interactive elements, enhancing usability and reducing confusion.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Smartphone (please complete the following information):
Device: [e.g. Samsung]
OS: [e.g. Android]
Browser [e.g. App]
Version [e.g. Latest]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Admin Dashboard component that renders the Business Overview cards and inspect its hover or cursor styling. Reproduce the hover behavior, adjust it so non-interactive cards retain the default cursor, and verify that the cards no longer display a pointer when hovered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100