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
  • #16482
Closed
Open
Issue created May 14, 2015 by Administrator@rootContributor

border-radius: @nav-border-radius missing from .navbar-inverse in theme.less

Created by: secorrales

theme.less has border-radius: @navbar-border-radius; on .navbar-default [line 116]. However, in .navbar-inverse [line 132 of theme.less] the border-radius: @navbar-border-radius; is missing.

I was able to fix the issue by adding border-radius: @navbar-border-radius after line 134 on theme.less

What this is doing is when you go below the first breakpoint, .navbar-inverse loses the rounded corners, whereas navbar-default keeps them.

As an example, you can use this page...you'll see the dark navbar lose the rounded corners when resizing. http://getbootstrap.com/examples/theme/

Assignee
Assign to
Time tracking