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:
Eric Lippmann 2014-12-29 17:31:00 +01:00
parent 9d9dd8ac99
commit fd044017fb
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ tr.state.handled td.state {
}
/* HOVER colors */
tr.state:hover, tr[href]:hover {
tr[href]:hover {
color: black;
background-color: #eee;
}