Consistency modification (#28750)

This commit is contained in:
zhangbao 2019-05-09 14:14:50 +08:00 committed by Martijn Cuppens
parent 473689ce5d
commit 6b177cc409
1 changed files with 1 additions and 1 deletions

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