1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

remove references to -* outside _variables.scss

This commit is contained in:
Christopher Baker
2016-04-17 18:56:09 -07:00
parent 0d5b6aa4e8
commit bae54aa8fc
4 changed files with 15 additions and 10 deletions

View File

@@ -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;
}
}