mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Revert "Highlight hovered state rows even if there is no href"
This reverts commit 73f9328f12a4f3c41c138e77ad2e92a588f1ca59. 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…
x
Reference in New Issue
Block a user