aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
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%);
}