diff options
| author | Mark Otto <[email protected]> | 2018-12-21 13:51:38 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-21 13:51:38 -0800 |
| commit | 2e1d0fed0058a6a27a5692c0185b5129ff79054d (patch) | |
| tree | 3908dadaf7301332d64b488955d66ba24667f36c | |
| parent | 1449d041c87894255ea7be96601742f02508f5d9 (diff) | |
| download | bootstrap-2e1d0fed0058a6a27a5692c0185b5129ff79054d.tar.xz bootstrap-2e1d0fed0058a6a27a5692c0185b5129ff79054d.zip | |
Add table-hover-color variables (#27850)
* Add table-hover-color variables
Fixes #26465
* Put $table-color to use outside _variables.scss
| -rw-r--r-- | scss/_tables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index bb9491b0b..7d6620839 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -5,6 +5,7 @@ .table { width: 100%; margin-bottom: $spacer; + color: $table-color; background-color: $table-bg; // Reset for nesting within parents with `background-color`. th, |
