From: zhangbao <3183442656@qq.com> Date: Thu, 9 May 2019 06:14:50 +0000 (+0800) Subject: Consistency modification (#28750) X-Git-Tag: v4.4.0~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc745a3ec89f4c6705c52c2d7b183efea715e29c;p=thirdparty%2Fbootstrap.git Consistency modification (#28750) --- diff --git a/scss/_tables.scss b/scss/_tables.scss index b7ab3d5062..11259153f2 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -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; } }