Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorzhangbao <3183442656@qq.com>2019-05-09 09:14:50 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-09 09:14:50 +0300
commit6b177cc4095c88b0871ba44b62d7e5df506dfdba (patch)
treed8de35a63aacdc594f1256f86cc1473c8781712c /scss
parent473689ce5de5337984c16a9c5dacad328101ffb1 (diff)
Consistency modification (#28750)
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss2
1 files changed, 1 insertions, 1 deletions
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;
}
}