Skip to content

Commit

Permalink
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 06451a5 + 7ea9538 commit 09a7770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/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 09a7770

Please sign in to comment.