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
All button variations hover states are broken, they just show the primary button bg color, they've lost their relative shading.
<a class="button [secondary success alert]">
In dev tools on: http://foundation.zurb.com/docs/components/buttons.html Just add in a class such as secondary or success to an existing button and hover over and you'll see the problem.
secondary
success
The text was updated successfully, but these errors were encountered:
#5463
Sorry, something went wrong.
Looks like this has already been patched:
#5451
No branches or pull requests
All button variations hover states are broken, they just show the primary button bg color, they've lost their relative shading.
<a class="button [secondary success alert]">
In dev tools on: http://foundation.zurb.com/docs/components/buttons.html
Just add in a class such as
secondary
orsuccess
to an existing button and hover over and you'll see the problem.The text was updated successfully, but these errors were encountered: