Bulma: [Question] How to disable menu item?

Created on 3 Aug 2017  路  5Comments  路  Source: jgthms/bulma

Hello everyone!

I am using a menu component on my page. Under some circumstances some of the menu items should be disabled. Is there a way to achieve this behaviour?

Most helpful comment

It might even be "lets have a way to be able to disable any clickable element". For example currently I need to disable menu items and tabs both. For now using "hack" described here.

All 5 comments

you could make a class like:

.is-disable{
pointer-events: none;
opacity: .65;
}

Should there be such feature in Bulma itself? Does it sound like a thing from which other Bulma users can benefit? Is there original reason why such modifier was not included?

I agree with you @gyzerok.
It would be nice to have the possibility to disable a menu item uysing Bulma core.

It might even be "lets have a way to be able to disable any clickable element". For example currently I need to disable menu items and tabs both. For now using "hack" described here.

It looks like nothing is happening about this issue, closing it.

Was this page helpful?
0 / 5 - 0 ratings