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

Bad rendering of btn-outline-light under navbar-dark #24048

Closed
soullivaneuh opened this issue Sep 22, 2017 · 2 comments
Closed

Bad rendering of btn-outline-light under navbar-dark #24048

soullivaneuh opened this issue Sep 22, 2017 · 2 comments
Labels

Comments

@soullivaneuh
Copy link

With the following html code:

<header>
    <nav class="navbar navbar-dark bg-primary">
        <div class="container">
            <a class="navbar-brand" href="{{ path('homepage') }}">
                LintoCop
            </a>
            <a class="btn btn-outline-light"
               href="#"
            >Sign in</a>
        </div>
    </nav>
</header>

Hovering the button makes this:

image

I don't think this is the expected behavior. :-)

@andresgalante
Copy link
Collaborator

Hi @soullivaneuh I am confuse. I can't reproduce it. Here is your exact same code running on 4-beta:
https://codepen.io/andresgalante/pen/NaRMvN

@mdo
Copy link
Member

mdo commented Sep 26, 2017

Duplicate of #23351.

@mdo mdo closed this as completed Sep 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants