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

v4 - Navbar bg-primary dropdowns should get black font color #17276

Closed
TheZoker opened this issue Aug 24, 2015 · 2 comments
Closed

v4 - Navbar bg-primary dropdowns should get black font color #17276

TheZoker opened this issue Aug 24, 2015 · 2 comments

Comments

@TheZoker
Copy link

When a navbar has .bg-primary the dropdown should get a black font color.

Something like:

.bg-primary .dropdown-menu {
    color: #000;
}

Otherwise this leads to some problems:
img_2015 08 24_17h05m12s_009_
img_2015 08 24_17h06m06s_010_

@TheZoker TheZoker changed the title Navbar bg-primary dropdowns should get black font color v4 - Navbar bg-primary dropdowns should get black font color Aug 24, 2015
@kkirsche
Copy link
Contributor

Took the idea here which I think is correct and figured using the user's default body text color would probably make more sense in #17277 — thanks for reporting the bug!

@cvrebert cvrebert added this to the v4.0.0-alpha.2 milestone Aug 24, 2015
kkirsche added a commit to kkirsche/bootstrap that referenced this issue Sep 2, 2015
@cvrebert
Copy link
Collaborator

Believed to be addressed by #17277.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants