Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #5873
Closed
Open
Issue created Nov 10, 2012 by Administrator@rootContributor

@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 @navbarBrandColor or @navbarInverseBrandColor to yellow.
  • Set @navbarInverseLinkColor to green.
  • Create a .navbar-inverse style 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

Assignee
Assign to
Time tracking