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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user