]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Support for hovering on cell's with state 13013/head
authorAlexey <lesha.ogonkov@gmail.com>
Tue, 11 Mar 2014 09:32:46 +0000 (12:32 +0300)
committerAlexey <lesha.ogonkov@gmail.com>
Tue, 11 Mar 2014 09:32:46 +0000 (12:32 +0300)
If parent row are hovered, child cell with state should react to this.

less/mixins/table-row.less

index 30a30e3631fbf8ffab99b0882717606b13c0805c..0f287f1a8bdf51607e91d0c8aa6a5be51d6df36e 100644 (file)
@@ -20,6 +20,7 @@
     > td.@{state}:hover,
     > th.@{state}:hover,
     &.@{state}:hover > td,
+    &:hover > .@{state},
     &.@{state}:hover > th {
       background-color: darken(@background, 5%);
     }