Commit e39b5b5b authored by Mark Otto's avatar Mark Otto

Merge pull request #15551 from lee101/master

Fix table-striped to work with bootstraps tooltips on rows
parents 8a1efe91 0c8cb3f2
......@@ -111,7 +111,7 @@ th {
// Default zebra-stripe styles (alternating gray and transparent backgrounds)
.table-striped {
> tbody > tr:nth-child(odd) {
> tbody > tr:nth-of-type(odd) {
background-color: @table-bg-accent;
}
}
......
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