1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

feat: adds th null var (#30781)

Inherit `font-weight: bold` that comes from user agent stylesheets.
This commit is contained in:
Catalin Zalog
2020-06-17 16:55:28 +03:00
committed by GitHub
parent 088c727a31
commit 9f9e4d04a1
2 changed files with 8 additions and 4 deletions

View File

@@ -487,6 +487,8 @@ $table-cell-vertical-align: top !default;
$table-color: $body-color !default;
$table-bg: transparent !default;
$table-th-font-weight: null !default;
$table-striped-color: $table-color !default;
$table-striped-bg-factor: .05 !default;
$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;