From: zhangbao <3183442656@qq.com> Date: Thu, 9 May 2019 06:14:50 +0000 (+0800) Subject: Consistency modification (#28750) X-Git-Tag: v5.0.0-alpha1~1108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b177cc4095c88b0871ba44b62d7e5df506dfdba;p=thirdparty%2Fbootstrap.git Consistency modification (#28750) --- diff --git a/scss/_tables.scss b/scss/_tables.scss index 756c071a79..95d1c4a867 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; } }