We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
I don't think this is the expected behavior. :-)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Duplicate of #23351.
No branches or pull requests
With the following html code:
Hovering the button makes this:
I don't think this is the expected behavior. :-)
The text was updated successfully, but these errors were encountered: