Skip to content

Conversation

@Vinay-1103
Copy link

@Vinay-1103 Vinay-1103 commented Jan 10, 2026

This is a bugfix.

Proposed solution

Fixed hover, focus, and active background styles for <button class="navbar-item">.
The issue was that the existing selector targeted only:

Issue

Closes #3936

  • a.navbar-item
  • .navbar-link

…so buttons were missing the hover/focus/active behavior.

The fix is simple and safe: add button.navbar-item to the selector.

a.#{iv.$class-prefix}navbar-item,
button.#{iv.$class-prefix}navbar-item,
.#{iv.$class-prefix}navbar-link {
  ...
}



firdaus-aziz added a commit to firdaus-aziz/bulma that referenced this pull request Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant