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?
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.
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.