2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Add table-hover-color variables

Fixes #26465
This commit is contained in:
Mark Otto
2018-12-15 14:01:09 -08:00
parent ffd3402a92
commit 3b42a9ec5b
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -88,6 +88,7 @@
.table-hover {
tbody tr {
@include hover {
color: $table-hover-color;
background-color: $table-hover-bg;
}
}
@@ -152,6 +153,7 @@
&.table-hover {
tbody tr {
@include hover {
color: $table-dark-hover-color;
background-color: $table-dark-hover-bg;
}
}