mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03: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:
@@ -20,6 +20,7 @@
|
||||
> td.@{state}:hover,
|
||||
> th.@{state}:hover,
|
||||
&.@{state}:hover > td,
|
||||
&:hover > .@{state},
|
||||
&.@{state}:hover > th {
|
||||
background-color: darken(@background, 5%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user