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) unable to override popover text color #22153

Closed
changLiuUNSW opened this issue Mar 10, 2017 · 2 comments
Closed

(v4) unable to override popover text color #22153

changLiuUNSW opened this issue Mar 10, 2017 · 2 comments

Comments

@changLiuUNSW
Copy link

changLiuUNSW commented Mar 10, 2017

I change $popover-bg to black and also want to change text color to white, but I cannot find variable for popover text color.

I suggest we should expose a variable for popover text like $popover-color

@praveenpuglia
Copy link
Contributor

praveenpuglia commented Mar 20, 2017

I would suggest adding two variables with the following defaults.

$popover-title-color   : $headings-color !default;
$popover-content-color : $body-color !default;

I can send a PR if adding it is finalized.

@praveenpuglia
Copy link
Contributor

I sent the PR anyway. If the ability to change color doesn't need to be present, please ignore it.

@mdo mdo added the has-pr label Mar 28, 2017
@mdo mdo added this to the v4.0.0-beta milestone Mar 28, 2017
@mdo mdo mentioned this issue Mar 28, 2017
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

4 participants