Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support element other than anchor for disabled links #14291

Closed
stevebread opened this issue Jul 31, 2014 · 1 comment
Closed

Support element other than anchor for disabled links #14291

stevebread opened this issue Jul 31, 2014 · 1 comment
Labels

Comments

@stevebread
Copy link

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>

@cvrebert cvrebert added the css label Jul 31, 2014
@mdo
Copy link
Member

mdo commented Aug 1, 2014

We'll revisit with v4.

@mdo mdo closed this as completed Aug 1, 2014
@mdo mdo mentioned this issue Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants