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
  • #25685
Closed
Open
Issue created Feb 22, 2018 by Administrator@rootContributor

Contrast issue: Border between two table-{success,danger,…} rows is gray

Created by: blixt

Currently, when several rows of the same table-<context> class follow each other, they are separated by a gray border which looks out of place and in some cases also have contrast issues:

screen shot 2018-02-22 at 4 21 23 pm

(Note: in this screenshot the leftmost column has rowspan="3")

I propose a rule similar to the following to all classes that affect table row backgrounds:

tr.table-success ~ tr.table-success td, tr.table-success ~ tr.table-success th {
    border-top-color: hsla(133, 42%, 74%, 1);
}

It would look like this instead:

screen shot 2018-02-22 at 4 15 36 pm
Assignee
Assign to
Time tracking