aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJames Lawrence <[email protected]>2013-08-21 17:56:36 +0100
committerJames Lawrence <[email protected]>2013-08-21 17:56:36 +0100
commit2cb16269070c3e5513722eb18ccc9fa9c3a6a024 (patch)
tree7618cf9484ed604c5988dc0960e3d70091c04637 /less
parente143c3547241a1f92f54849ffbcb0745f3f8002c (diff)
downloadbootstrap-2cb16269070c3e5513722eb18ccc9fa9c3a6a024.tar.xz
bootstrap-2cb16269070c3e5513722eb18ccc9fa9c3a6a024.zip
Fixes #9974
Added th selector in .table-row-variant mixin
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 3f230205b..c18e7c49b 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -393,7 +393,8 @@
.table-hover > tbody > tr {
> td.@{state}:hover,
> th.@{state}:hover,
- &.@{state}:hover > td {
+ &.@{state}:hover > td,
+ &.@{state}:hover > th {
background-color: darken(@background, 5%);
border-color: darken(@border, 5%);
}