Closed k88hudson closed 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:
This is probably a specificity issue related to this area of code: https://github.com/mozilla/makerstrap/blob/master/less/navbar.less
I will take this issue.
@mlveis Comments in PR
Still needs one more update -- after that, squash and we can land
Use case was as follows:
The hover state for a '.btn-primary' should be green, but instead, the hover state is navy:
This is probably a specificity issue related to this area of code: https://github.com/mozilla/makerstrap/blob/master/less/navbar.less