Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2018-12-22 00:51:38 +0300
committerGitHub <noreply@github.com>2018-12-22 00:51:38 +0300
commit2e1d0fed0058a6a27a5692c0185b5129ff79054d (patch)
tree3908dadaf7301332d64b488955d66ba24667f36c /scss
parent1449d041c87894255ea7be96601742f02508f5d9 (diff)
Add table-hover-color variables (#27850)
* Add table-hover-color variables Fixes #26465 * Put $table-color to use outside _variables.scss
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index bb9491b0b6..7d66208397 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,