Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 9a9fef0

Browse files
committed
Merge pull request #7779 from FezVrasta/fixtablesbootstrap
Fixed #7673
2 parents d6633a8 + ff37ce6 commit 9a9fef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles/bootstrap/tables.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ table {
154154

155155
// Default zebra-stripe styles (alternating gray and transparent backgrounds)
156156
.table-striped {
157-
tbody {
157+
> tbody {
158158
> tr:nth-child(odd) > td,
159159
> tr:nth-child(odd) > th {
160160
background-color: @tableBackgroundAccent;
@@ -167,7 +167,7 @@ table {
167167
// ------------
168168
// Placed here since it has to come after the potential zebra striping
169169
.table-hover {
170-
tbody {
170+
> tbody {
171171
tr:hover > td,
172172
tr:hover > th {
173173
background-color: @tableBackgroundHover;

0 commit comments

Comments
 (0)