Add table-hover-color variables (#27850)

* Add table-hover-color variables
Fixes #26465

* Put $table-color to use outside _variables.scss
This commit is contained in:
Mark Otto 2018-12-21 13:51:38 -08:00 committed by GitHub
parent 1449d041c8
commit 2e1d0fed00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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,