Skip to content

Commit

Permalink
(less) Merge pull request twbs#13013 from ogonkov/patch-1
Browse files Browse the repository at this point in the history
Support for hovering on cell's with some state
  • Loading branch information
mdo committed Mar 25, 2014
2 parents e817053 + d0cc2b4 commit 24d5b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mixins/table-row.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
> td.@{state}:hover,
> th.@{state}:hover,
&.@{state}:hover > td,
&:hover > .@{state},
&.@{state}:hover > th {
background-color: darken(@background, 5%);
}
Expand Down

0 comments on commit 24d5b0e

Please sign in to comment.