Skip to content

nav-underline with disabled button is not grayed #38765

@Flachdachs

Description

@Flachdachs

Prerequisites

Describe the issue

When using nav-underline as described in section Underline of "Navs & tabs" but using a button element instead of an anchor a disabled button still has the primary color.

Reduced test cases

<ul class="nav nav-underline">
  <li class="nav-item">
    <button class="nav-link" disabled>Disabled</button>
  </li>
</ul>

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Chrome, Firefox

What version of Bootstrap are you using?

5.3.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions