From 6b177cc4095c88b0871ba44b62d7e5df506dfdba Mon Sep 17 00:00:00 2001
From: zhangbao <3183442656@qq.com>
Date: Thu, 9 May 2019 14:14:50 +0800
Subject: [PATCH] Consistency modification (#28750)

---
 scss/_tables.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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