mozilla / makerstrap

A bootstrap extension for Webmaker
http://mozilla.github.io/makerstrap/demo
21 stars 22 forks source link

Hover state on buttons for inverse nav bars is messed up #19

Closed k88hudson closed 10 years ago

k88hudson commented 10 years ago

Use case was as follows:

<ul class="nav navbar-nav navbar-right">
   <li><a class="js-login btn btn-primary">Login</a></li>
        ...
</ul>

The hover state for a '.btn-primary' should be green, but instead, the hover state is navy: image

This is probably a specificity issue related to this area of code: https://github.com/mozilla/makerstrap/blob/master/less/navbar.less

mlveis commented 10 years ago

I will take this issue.

k88hudson commented 10 years ago

@mlveis Comments in PR

k88hudson commented 10 years ago

Still needs one more update -- after that, squash and we can land