Skip to content

StrapiHeroFeatureTabItem Misses Cursor PointerΒ #103

Description

@EmirBoyaci

πŸ› οΈ 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

  1. Navigate to https://strapi.io/
  2. Scroll to the hero feature section.
  3. Hover over the "Create APIs" tab (rendered by StrapiHeroFeatureTabItem).
  4. 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

Image

πŸ” Additional context

  • Suggested fix: Add class cursor-pointer to the container/button element within StrapiHeroFeatureTabItem.

πŸ“… Due Date

N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions