From: Alexey Date: Tue, 11 Mar 2014 09:32:46 +0000 (+0300) Subject: Support for hovering on cell's with state X-Git-Tag: v3.2.0~315^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13013%2Fhead;p=thirdparty%2Fbootstrap.git Support for hovering on cell's with state If parent row are hovered, child cell with state should react to this. --- diff --git a/less/mixins/table-row.less b/less/mixins/table-row.less index 30a30e3631..0f287f1a8b 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%); }