Merge pull request #15551 from lee101/master

Fix table-striped to work with bootstraps tooltips on rows
This commit is contained in:
Mark Otto 2015-01-17 21:07:13 -08:00
commit e39b5b5b25

View File

@ -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;
}
}