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
  • #25016
Closed
Open
Issue created Dec 15, 2017 by Administrator@rootContributor

Same color for background and border on bordered table with light head

Created by: guizoxxv

In Bootstrap v4.0.0-beta.2 if I use a .table-bordered <table> with a .thead-light <thead> the background-color and border-color CSS attributes are the same - #e9ecef so you won't see borders on the head. It is easy to fix but I believe it these colors should be different by default as adding .table-bordered should apply visible borders all over the table. Maybe a different border color for .thead-light inside .table-bordered or a different color for .thead-light (witch is my fix - #e9fcef).

Demo.

Assignee
Assign to
Time tracking