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

Merge pull request #13013 from ogonkov/patch-1

Support for hovering on cell's with some state
parents 06451a58 7ea9538d
Showing with 1 addition and 0 deletions
+1 -0
......@@ -20,6 +20,7 @@
> td.@{state}:hover,
> th.@{state}:hover,
&.@{state}:hover > td,
&:hover > .@{state},
&.@{state}:hover > th {
background-color: darken(@background, 5%);
}
......
Supports Markdown
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