-
Notifications
You must be signed in to change notification settings - Fork 862
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
Use with bootstrap #22
Comments
Do you have an example page I can look at so I can fix this? |
Hmmmmmmmmmmmm, you can see the demo here: |
Awesome, thanks for the demo, really helpful. I've identified the problem. I need to add color, and text decoration styles to the button :hover state so they do not get overridden. I'll update the library this weekend then close the issue, unless you want to submit a pull request then I can merge? |
Sry, but I'm not familar with |
No worries, I can fix this one. Thanks for reporting the problem though! On Thu, May 8, 2014 at 9:51 PM, ZHU, Kaidi [email protected] wrote:
|
Hello? Have you fixed this issue? |
I'm looking to fix this, too. That demo page is now offline, too. |
This issue has been resolved and should work correctly when downloading from the github repo. The button builder will be updated shortly. . |
@alexwolfe Thanks very much! Good job! |
Have you fixed bower version? with the code from your sample : < span class="button-wrap">< a href="#" class="buttonccc buttonccc-circle buttonccc-primary">press me I got this: I am using angular fullstack : https://github.com/DaftMonk/generator-angular-fullstack Thanks, |
Are you using the latest version: http://unicorn-ui.com/buttons/ |
when I use it with bootstrap, and when I use
<a></a>
, the button goes ugly!Because the
<a>
in bootstrap will override the button while there's no CSS that likea.button
.The text was updated successfully, but these errors were encountered: