Commit 463343af authored by Chris Rebert's avatar Chris Rebert

more nesting in table.less

parent 798e64ce
...@@ -152,14 +152,18 @@ table { ...@@ -152,14 +152,18 @@ table {
// Exact selectors below required to override `.table-striped` and prevent // Exact selectors below required to override `.table-striped` and prevent
// inheritance to nested tables. // inheritance to nested tables.
.table > thead > tr, .table {
.table > tbody > tr, > thead,
.table > tfoot > tr { > tbody,
> td.active, > tfoot {
> th.active, > tr {
&.active > td, > td.active,
&.active > th { > th.active,
background-color: @table-bg-active; &.active > td,
&.active > th {
background-color: @table-bg-active;
}
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment