Revert "Highlight hovered state rows even if there is no href"
This reverts commit 73f9328f12
.
Highlighting table rows which do not contain a link does not make sense.
refs #8024
This commit is contained in:
parent
9d9dd8ac99
commit
fd044017fb
|
@ -195,7 +195,7 @@ tr.state.handled td.state {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* HOVER colors */
|
/* HOVER colors */
|
||||||
tr.state:hover, tr[href]:hover {
|
tr[href]:hover {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue