]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add table-hover-color variables (#27850)
authorMark Otto <otto@github.com>
Fri, 21 Dec 2018 21:51:38 +0000 (13:51 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Dec 2018 21:51:38 +0000 (13:51 -0800)
* Add table-hover-color variables
Fixes #26465

* Put $table-color to use outside _variables.scss

scss/_tables.scss

index bb9491b0b6cbbe825b9c2be1c967236597fdfade..7d66208397530f588c4383f956e22aabc0c6cc24 100644 (file)
@@ -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,