Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-12-16 01:01:09 +0300
committerMark Otto <markdotto@gmail.com>2018-12-16 01:01:09 +0300
commit3b42a9ec5be0425298a4a875ef6ae826242e1428 (patch)
tree8361740a34200bb961aa50ff2b4cb555fa0956f0 /scss/_tables.scss
parentffd3402a923b19754b4735803f9f9580bc1c38a5 (diff)
Add table-hover-color variables
Fixes #26465
Diffstat (limited to 'scss/_tables.scss')
-rw-r--r--scss/_tables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index a1150420f1..bb9491b0b6 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -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;
}
}