1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

correct inverse table border color, add new var

This commit is contained in:
Mark Otto
2017-03-19 16:52:39 -07:00
committed by Mark Otto
parent 2085c14267
commit 08d612f3e4
2 changed files with 2 additions and 1 deletions

View File

@@ -125,7 +125,7 @@
th,
td,
thead th {
border-color: $body-bg;
border-color: $table-inverse-border;
}
&.table-bordered {