From 7ea9538defbb997a0f891967e4f9c3f09a06d441 Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 11 Mar 2014 12:32:46 +0300 Subject: [PATCH] Support for hovering on cell's with state If parent row are hovered, child cell with state should react to this. --- less/mixins/table-row.less | 1 + 1 file changed, 1 insertion(+) 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%); }