fixes #4371: scope hovers on table rows to tbody
This commit is contained in:
parent
662fface3b
commit
dbcd87331d
2 changed files with 7 additions and 5 deletions
|
|
@ -159,9 +159,11 @@ table {
|
|||
// ------------
|
||||
// Placed here since it has to come after the potential zebra striping
|
||||
.table-hover {
|
||||
tr:hover td,
|
||||
tr:hover th {
|
||||
background-color: @tableBackgroundHover;
|
||||
tbody {
|
||||
tr:hover td,
|
||||
tr:hover th {
|
||||
background-color: @tableBackgroundHover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue