Skip to content

Commit

Permalink
fix #856 Datatble hover style does not work with stripes
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Oct 17, 2023
1 parent 7aab3b0 commit 3dafd51
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ table th[class*="col-"] {
.table-bordered {
}

.table-hover.table-striped > tbody > tr:hover:nth-child(odd):not([class*="details-tr"]):not([class*="bg-"]),
.table-hover.table-striped > tbody > tr:hover:nth-child(even):not([class*="details-tr"]):not([class*="bg-"]),
.table-hover > tbody > tr:hover:not([class*="details-tr"]):not([class*="bg-"]) {
background-color: #f5f5f5;
}
Expand Down

0 comments on commit 3dafd51

Please sign in to comment.