Skip to content

Suggestion for .table-hover #28160

@rxbracho

Description

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions