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

more nesting in table.less

parent 798e64ce
...@@ -152,15 +152,19 @@ table { ...@@ -152,15 +152,19 @@ 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,
> tfoot {
> tr {
> td.active, > td.active,
> th.active, > th.active,
&.active > td, &.active > td,
&.active > th { &.active > th {
background-color: @table-bg-active; background-color: @table-bg-active;
} }
}
}
} }
// Generate the contextual variants // Generate the contextual variants
......
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