Skip to content

Support element other than anchor for disabled links #14291

@stevebread

Description

@stevebread

A disabled link requires
<li class="disabled"><a href="#">Disabled link</a></li>

Rather than having to use an achor with a # or javascript:void(0) it would be cleaner if the nav item could be created as
<li class="disabled"><span>Disabled link</span></li>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions