Support for hovering on cell's with state

If parent row are hovered, child cell with state should react to this.
This commit is contained in:
Alexey 2014-03-11 12:32:46 +03:00
parent 6f13a14e4b
commit 7ea9538def
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
> td.@{state}:hover,
> th.@{state}:hover,
&.@{state}:hover > td,
&:hover > .@{state},
&.@{state}:hover > th {
background-color: darken(@background, 5%);
}