aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/tables.less9
1 files changed, 1 insertions, 8 deletions
diff --git a/less/tables.less b/less/tables.less
index e5347362e..38c7da349 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -107,10 +107,6 @@ th {
.table-striped {
> tbody > tr:nth-child(odd) {
background-color: @table-bg-accent;
- > td,
- > th {
- background-color: @table-bg-accent;
- }
}
}
@@ -121,10 +117,7 @@ th {
.table-hover {
> tbody > tr:hover {
- > td,
- > th {
- background-color: @table-bg-hover;
- }
+ background-color: @table-bg-hover;
}
}