Skip to content

li is hovered but a cannot be clicked #2

@GaryHilares

Description

@GaryHilares

When I hover above the border of the links in the navigation bar, the style changes, but if I click, the link doesn't work. The desirable behaviour probably should be that, if the hover effect appears and you click on it, you open to the link.

Here there is a GIF where I click each button twice.
emmalearnscode_portfolio_#1_1

This is because the hover effect is in the li element wrapping the a element, but the link is in the a element and the li element is bigger than the a element.
li element:
emmalearnscode_portfolio_#1_2

a element:
emmalearnscode_portfolio_#1_3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions