You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about the Bulma CSS framework
I am sure this issue is not a duplicate
Description
First, thank you very much for the framework, very useful !
The navbar-item class is implemented for <a> and <div> but not for <button>. This would be a great feature, because it is common to have a logout button in a dropdown in the navigation bar, which is generally a POST.
Steps to Reproduce
I give here an example of a navbar with a logout button in a dropdown.
<navclass="navbar is-fixed-top"><divclass="navbar-brand"><aclass="navbar-item" href="#"><strong>
My project
</strong></a><arole="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu"><spanaria-hidden="true"></span><spanaria-hidden="true"></span><spanaria-hidden="true"></span><spanaria-hidden="true"></span></a></div><divid="navbarMenu" class="navbar-menu"><divclass="navbar-end"><divclass="navbar-item has-dropdown"><aclass="navbar-link">
Welcome user
</a><divclass="navbar-dropdown is-right"><aclass="navbar-item">
About
</a><hrclass="navbar-divider"><formaction="..." method="post"><buttontype="submit" class="navbar-item">
Logout
</button></form></div></div></div></div></nav>
Expected behavior
From a user perspective, the "About" and "Logout" items in the dropdown should render exactly the same way.
Actual behavior
The placement, padding, etc, works fine, but the over effect is not working for the "Logout" button.
The text was updated successfully, but these errors were encountered:
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework
I am sure this issue is not a duplicate
Description
First, thank you very much for the framework, very useful !
The
navbar-item
class is implemented for<a>
and<div>
but not for<button>
. This would be a great feature, because it is common to have a logout button in a dropdown in the navigation bar, which is generally a POST.Steps to Reproduce
I give here an example of a navbar with a logout button in a dropdown.
Expected behavior
From a user perspective, the "About" and "Logout" items in the dropdown should render exactly the same way.
Actual behavior
The placement, padding, etc, works fine, but the over effect is not working for the "Logout" button.
The text was updated successfully, but these errors were encountered: