From: Mark Otto Date: Fri, 21 Dec 2018 21:51:38 +0000 (-0800) Subject: Add table-hover-color variables (#27850) X-Git-Tag: v4.3.0~147^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e1d0fed0058a6a27a5692c0185b5129ff79054d;p=thirdparty%2Fbootstrap.git Add table-hover-color variables (#27850) * Add table-hover-color variables Fixes #26465 * Put $table-color to use outside _variables.scss --- 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,