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

Remove hard-coded value in button-outline-variant #20734

Merged
merged 1 commit into from
Oct 28, 2016

Conversation

beausmith
Copy link
Contributor

@beausmith beausmith commented Sep 16, 2016

Fixes #20609

PR #20641, another solution to this issue, hard-codes use of $body-color, which may not be the desired color for the text when hovering.

Before

before

+button-outline-variant(white)

After

after

+button-outline-variant(white, $color-brand-teal)

Fixes twbs#20609

PR twbs#20641, another solution to this issue, hard-codes use of $body-color, which may not be the desired color for the text when hovering.
@mdo mdo added this to the v4.0.0-alpha.6 milestone Oct 28, 2016
@mdo mdo merged commit 020a8c6 into twbs:v4-dev Oct 28, 2016
This was referenced Oct 28, 2016
@beausmith beausmith deleted the button-outline-variant branch November 12, 2016 05:35
@intellix
Copy link
Contributor

It seems that this isn't ever used. It always defaults to white which is the same as being hardcoded: https://github.com/twbs/bootstrap/blob/v4-dev/scss/_buttons.scss#L76

intellix added a commit to intellix/bootstrap-2 that referenced this pull request Mar 11, 2017
Despite now having the ability to override outline-variant color, it's not actually being used so each are still #fff

Related: twbs#20734
@beausmith
Copy link
Contributor Author

@intellix - I posted my answer to your question on your PR: #22164 (comment)

mdo pushed a commit that referenced this pull request Mar 13, 2017
Despite now having the ability to override outline-variant color, it's not actually being used so each are still #fff

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

Successfully merging this pull request may close these issues.

4 participants