aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangbao <[email protected]>2019-05-09 14:14:50 +0800
committerXhmikosR <[email protected]>2019-05-09 21:30:32 +0300
commitfc745a3ec89f4c6705c52c2d7b183efea715e29c (patch)
tree7bbc8e8b4edb2fe4b913c2b859b0a6cd19dbff03
parente9d8c1a9ddb6a6f12e377b557126137f10b24232 (diff)
downloadbootstrap-fc745a3ec89f4c6705c52c2d7b183efea715e29c.tar.xz
bootstrap-fc745a3ec89f4c6705c52c2d7b183efea715e29c.zip
Consistency modification (#28750)
-rw-r--r--scss/_tables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index b7ab3d506..11259153f 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;
}
}