Commit 09a77709 authored by Mark Otto's avatar Mark Otto

Merge pull request #13013 from ogonkov/patch-1

Support for hovering on cell's with some state
parents 06451a58 7ea9538d
......@@ -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