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
  • #28820
Closed
Open
Issue created May 24, 2019 by Administrator@rootContributor

"Card Integrated Tabs" active background should default to $card-bg.

Created by: shaneparsons

Is your feature request related to a problem? Please describe...

When using Card Integrated Tabs, the active tab background defaults to $body-bg.

Describe the solution you'd like

The active tab background should default to $card-bg rather than $body-bg, to match the background of the card.

Describe alternatives you've considered

It can easily be overridden with scss, e.g.

.card-header-tabs .nav-link.active {
  background: $card-bg;
  border-color: $card-border-color $card-border-color $card-bg;
}

but I believe it makes sense to not have to go down that road.

Additional context

Screen Shot 2019-05-23 at 4 31 17 PM

Assignee
Assign to
Time tracking