π οΈ Bug Fix Request
π Describe the issue
The StrapiHeroFeatureTabItem component lacks the appropriate CSS cursor styling, preventing it from being visually indicated as interactive/clickable on hover.
π Steps to reproduce the behavior
- Navigate to https://strapi.io/
- Scroll to the hero feature section.
- Hover over the "Create APIs" tab (rendered by
StrapiHeroFeatureTabItem).
- Observe that the mouse cursor remains the default arrow instead of changing to a pointer (
cursor: pointer).
π€ Expected behavior
The mouse cursor should change to pointer when hovering over any interactive tab in the hero section to signal clickability to the user.
πΈ Screenshots
π Additional context
- Suggested fix: Add class
cursor-pointer to the container/button element within StrapiHeroFeatureTabItem.
π
Due Date
N/A
π οΈ Bug Fix Request
π Describe the issue
The
StrapiHeroFeatureTabItemcomponent lacks the appropriate CSS cursor styling, preventing it from being visually indicated as interactive/clickable on hover.π Steps to reproduce the behavior
StrapiHeroFeatureTabItem).cursor: pointer).π€ Expected behavior
The mouse cursor should change to
pointerwhen hovering over any interactive tab in the hero section to signal clickability to the user.πΈ Screenshots
π Additional context
cursor-pointerto the container/button element withinStrapiHeroFeatureTabItem.π Due Date
N/A