2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #13013 from ogonkov/patch-1

Support for hovering on cell's with some state
This commit is contained in:
Mark Otto
2014-03-24 19:57:55 -07:00
+1
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%);
}