Commit 7ea9538d authored by Alexey's avatar Alexey

Support for hovering on cell's with state

If parent row are hovered, child cell with state should react to this.
parent 6f13a14e
......@@ -20,6 +20,7 @@
> td.@{state}:hover,
> th.@{state}:hover,
&.@{state}:hover > td,
&:hover > .@{state},
&.@{state}:hover > th {
background-color: darken(@background, 5%);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment