mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01: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:
parent
1449d041c8
commit
2e1d0fed00
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user