Skip to content

Commit

Permalink
Add table-hover-color variables (#27850)
Browse files Browse the repository at this point in the history
* Add table-hover-color variables
Fixes #26465

* Put $table-color to use outside _variables.scss
  • Loading branch information
mdo committed Dec 21, 2018
1 parent 1449d04 commit 2e1d0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2e1d0fe

Please sign in to comment.