1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

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

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,