]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Consistency modification (#28750)
authorzhangbao <3183442656@qq.com>
Thu, 9 May 2019 06:14:50 +0000 (14:14 +0800)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 9 May 2019 18:30:32 +0000 (21:30 +0300)
scss/_tables.scss

index b7ab3d5062dd099ee02baf29522042905f670011..11259153f2ce8b1d4378c1e2e8c8524783088477 100644 (file)
   }
 
   &.table-striped {
-    tbody tr:nth-of-type(odd) {
+    tbody tr:nth-of-type(#{$table-striped-order}) {
       background-color: $table-dark-accent-bg;
     }
   }