0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fix table-striped to work with bootstraps tooltips on rows

This commit is contained in:
Lee Penkman 2015-01-13 14:18:52 +13:00
parent 82d786b5fe
commit 0c8cb3f2dc

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