Disabling nav item #5660
Unanswered
uzytkownik
asked this question in
Q&A
Replies: 2 comments
-
@uzytkownik we do not currently support disabling navigation items. Can you say more about your use case and why you need this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm writing a one page application. Most options are unavailable unless state is created. I managed to use: <li class="pf-c-nav__item">
<span class="pf-c-nav__link my-app-disabled">
...
</span>
</li> and .my-app-disabled {
color: #6a6e73;
}
.my-app-disabled:hover {
color: #6a6e73;
}
to disable an item. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm not sure if it is a feature request or lack of documentation - but how to have a disabled nav item?
Beta Was this translation helpful? Give feedback.
All reactions