aboutsummaryrefslogtreecommitdiff
path: root/scss/_tables.scss
diff options
context:
space:
mode:
authorChristopher Baker <[email protected]>2016-04-17 18:56:09 -0700
committerChristopher Baker <[email protected]>2016-04-17 18:56:09 -0700
commitbae54aa8fc22451bbb2c898dafb22d2f86d15e85 (patch)
treec95a6bd1b63154c502716015eecccf2f4274852c /scss/_tables.scss
parent0d5b6aa4e8ad24f77c5d777fe0fa27da3601c9ee (diff)
downloadbootstrap-bae54aa8fc22451bbb2c898dafb22d2f86d15e85.tar.xz
bootstrap-bae54aa8fc22451bbb2c898dafb22d2f86d15e85.zip
remove references to -* outside _variables.scss
Diffstat (limited to 'scss/_tables.scss')
-rw-r--r--scss/_tables.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index c04e7c9b8..ff3ea4e57 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -121,19 +121,19 @@
.thead-inverse {
th {
color: #fff;
- background-color: $gray-dark;
+ background-color: $table-bg-inverse;
}
}
.thead-default {
th {
- color: $gray;
- background-color: $gray-lighter;
+ color: $table-head-color;
+ background-color: $table-head-bg;
}
}
.table-inverse {
- color: $gray-lighter;
- background-color: $gray-dark;
+ color: $body-bg;
+ background-color: $table-bg-inverse;
&.table-bordered {
border: 0;
@@ -142,7 +142,7 @@
th,
td,
thead th {
- border-color: $gray;
+ border-color: $body-bg;
}
}