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

btn:hover effect doesn't work in IE #38

Open
jmchambers opened this issue Mar 9, 2012 · 0 comments
Open

btn:hover effect doesn't work in IE #38

jmchambers opened this issue Mar 9, 2012 · 0 comments

Comments

@jmchambers
Copy link

Hi, I noticed that there is no mouse-over effect on btn-primary in IE8, but this works if I use the precompiled bootstrap.css. So I started digging...

I compared the css and found that the button's background colour is different in the compass generated css. This is happening because of a small difference between mixins.less and mixins.scss. The less version uses the sass mix() function for gradient-vertical and gradient-vertical-three-colors, while the scss version doesn't.

If I've understood the build process correctly, mixins is the only file that doesn't get auto-magically ported..? So, I've forked and corrected it and will make a pull request shortly...

Cheers.

P.S. thanks for making this gem - it's awesome

jmchambers pushed a commit to jmchambers/compass-twitter-bootstrap that referenced this issue Mar 9, 2012
… function in button background-color calculations. Solves vwall#38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant