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
  • #28160
Closed
Open
Issue created Feb 01, 2019 by Administrator@rootContributor

Suggestion for .table-hover

Created by: rxbracho

If you use different styles for individual cells in a table to set the background color, e.g., <td class="table-warning">...</td>, the hovering effect is not propagated to those cells.

I am not an expert on CSS, but I was able to add the following lines to my CSS file:

.table-hover tbody tr:hover > .table-warning {   background-color: #ffe8a1; }

I don't know if this is the best way, or even if it is correct, it works for me. I think it would be a good addition to a future release.

Assignee
Assign to
Time tracking