From 2e1d0fed0058a6a27a5692c0185b5129ff79054d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Dec 2018 13:51:38 -0800 Subject: [PATCH] Add table-hover-color variables (#27850) * Add table-hover-color variables Fixes #26465 * Put $table-color to use outside _variables.scss --- scss/_tables.scss | 1 + 1 file changed, 1 insertion(+) 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,