]> 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)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 9 May 2019 06:14:50 +0000 (08:14 +0200)
scss/_tables.scss

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