diff --git a/less/mixins/table-row.less b/less/mixins/table-row.less index 30a30e3631fb..0f287f1a8bdf 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%); }