aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/mixins/table-row.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins/table-row.less b/less/mixins/table-row.less
index 30a30e363..0f287f1a8 100644
--- a/less/mixins/table-row.less
+++ b/less/mixins/table-row.less
@@ -20,6 +20,7 @@
> td.@{state}:hover,
> th.@{state}:hover,
&.@{state}:hover > td,
+ &:hover > .@{state},
&.@{state}:hover > th {
background-color: darken(@background, 5%);
}