mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
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:
parent
6f13a14e4b
commit
7ea9538def
@ -20,6 +20,7 @@
|
|||||||
> td.@{state}:hover,
|
> td.@{state}:hover,
|
||||||
> th.@{state}:hover,
|
> th.@{state}:hover,
|
||||||
&.@{state}:hover > td,
|
&.@{state}:hover > td,
|
||||||
|
&:hover > .@{state},
|
||||||
&.@{state}:hover > th {
|
&.@{state}:hover > th {
|
||||||
background-color: darken(@background, 5%);
|
background-color: darken(@background, 5%);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user