0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Consistency modification (#28750)

This commit is contained in:
zhangbao 2019-05-09 14:14:50 +08:00 committed by XhmikosR
parent e9d8c1a9dd
commit fc745a3ec8

View File

@ -142,7 +142,7 @@
}
&.table-striped {
tbody tr:nth-of-type(odd) {
tbody tr:nth-of-type(#{$table-striped-order}) {
background-color: $table-dark-accent-bg;
}
}