Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navbar-text on navbar-dark and bg-inverse is invisible #20975

Closed
Bartmax opened this issue Oct 22, 2016 · 2 comments
Closed

navbar-text on navbar-dark and bg-inverse is invisible #20975

Bartmax opened this issue Oct 22, 2016 · 2 comments
Labels
Projects

Comments

@Bartmax
Copy link

Bartmax commented Oct 22, 2016

nav-link change colors based on theme but navbar-text doesn't.

also I find nav-link and navbar-text not consistent. shouldn't be nav-link and nav-text ?

full example:

<nav class="navbar navbar-dark bg-inverse navbar-full">
    <span class="navbar-text">gdsafdsa</span> <!-- invisible because color = bg-color -->
</nav>
@SamArmand
Copy link

@Bartmax do you have a workaround for the navbar-text issue?

@Bartmax
Copy link
Author

Bartmax commented Oct 24, 2016

@SamArmand apply a color to navbar-text you can use text-muted, text-white or a custom one.

abvalentine added a commit to abvalentine/bootstrap that referenced this issue Oct 30, 2016
abvalentine added a commit to abvalentine/bootstrap that referenced this issue Oct 30, 2016
twbs-savage pushed a commit to twbs-savage/bootstrap that referenced this issue Oct 30, 2016
Fixes twbs#20975: navbar-text on navbar-dark and bg-inverse is invisible
@mdo mdo closed this as completed in d6132c9 Oct 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Alpha 6
Fixed/Merged
Development

No branches or pull requests

3 participants