-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Description
Issue Description
Description:-
On the FAQ page (https://habitica.com/static/faq), the FAQ questions appear as plain text and do not provide clear visual feedback when hovered over.
Because of this, it is not immediately obvious that the FAQ items are interactive and can be clicked to expand or reveal additional details.
For users visiting the page for the first time, this may reduce discoverability and negatively impact usability.
Steps to Reproduce
- Navigate to the FAQ page: https://habitica.com/static/faq
- Hover over any FAQ question.
- Observe that there is no visible hover effect or cursor change indicating interactivity.
- Click the question to expand it.
Expected Behavior
FAQ items should provide a clear visual indication that they are clickable. Examples include:
cursor: pointer on hover
background color change
underline or highlight effect
expand/collapse icon (chevron/arrow)
These cues help users quickly understand that the elements are interactive.
I’d be happy to work on this improvement if maintainers think it would be useful.