@navbarInverseBrandColor not used
Created by: tacomanator
@navbarBrandColor is being overridden by @navbarInverseTextColor when using a .navbar-inverse styled navbar. Assuming the variable @navbarInverseBrandColor declared in variables.less is the intended solution, but it is not currently being used.
Steps to reproduce
- Set
@navbarBrandColoror@navbarInverseBrandColortoyellow. - Set
@navbarInverseLinkColortogreen. - Create a
.navbar-inversestyle navbar:
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">I'll be green...</a>
</div>
</div>
</div>
</div>
Expected result: Brand text color will be yellow Actual result: Brand text color is green