aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey <[email protected]>2014-03-11 12:32:46 +0300
committerAlexey <[email protected]>2014-03-11 12:32:46 +0300
commit7ea9538defbb997a0f891967e4f9c3f09a06d441 (patch)
treebfff50255b9f7bb79923ecf803e99facaad511f7
parent6f13a14e4b18a57cce5d7d0fd18338ea7d956560 (diff)
downloadbootstrap-7ea9538defbb997a0f891967e4f9c3f09a06d441.tar.xz
bootstrap-7ea9538defbb997a0f891967e4f9c3f09a06d441.zip
Support for hovering on cell's with state
If parent row are hovered, child cell with state should react to this.
-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%);
}